Deleted Added
full compact
bridge.4 (191889) bridge.4 (193664)
1.\" $NetBSD: bridge.4,v 1.5 2004/01/31 20:14:11 jdc Exp $
2.\"
3.\" Copyright 2001 Wasabi Systems, Inc.
4.\" All rights reserved.
5.\"
6.\" Written by Jason R. Thorpe for Wasabi Systems, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 19 unchanged lines hidden (view full) ---

28.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34.\" POSSIBILITY OF SUCH DAMAGE.
35.\"
1.\" $NetBSD: bridge.4,v 1.5 2004/01/31 20:14:11 jdc Exp $
2.\"
3.\" Copyright 2001 Wasabi Systems, Inc.
4.\" All rights reserved.
5.\"
6.\" Written by Jason R. Thorpe for Wasabi Systems, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 19 unchanged lines hidden (view full) ---

28.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34.\" POSSIBILITY OF SUCH DAMAGE.
35.\"
36.\" $FreeBSD: head/share/man/man4/if_bridge.4 191889 2009-05-07 16:31:50Z emaste $
36.\" $FreeBSD: head/share/man/man4/if_bridge.4 193664 2009-06-07 23:00:40Z hrs $
37.\"
37.\"
38.Dd September 17, 2007
38.Dd June 8, 2009
39.Dt IF_BRIDGE 4
40.Os
41.Sh NAME
42.Nm if_bridge
43.Nd network bridge device
44.Sh SYNOPSIS
45To compile this driver into the kernel,
46place the following line in your

--- 354 unchanged lines hidden (view full) ---

401interface and set the local and remote IP addresses for the
402tunnel, these are reversed on the remote bridge.
403.Bd -literal -offset indent
404ifconfig gif0 create
405ifconfig gif0 tunnel 1.2.3.4 5.6.7.8 up
406ifconfig bridge0 create
407ifconfig bridge0 addm fxp0 addm gif0 up
408.Ed
39.Dt IF_BRIDGE 4
40.Os
41.Sh NAME
42.Nm if_bridge
43.Nd network bridge device
44.Sh SYNOPSIS
45To compile this driver into the kernel,
46place the following line in your

--- 354 unchanged lines hidden (view full) ---

401interface and set the local and remote IP addresses for the
402tunnel, these are reversed on the remote bridge.
403.Bd -literal -offset indent
404ifconfig gif0 create
405ifconfig gif0 tunnel 1.2.3.4 5.6.7.8 up
406ifconfig bridge0 create
407ifconfig bridge0 addm fxp0 addm gif0 up
408.Ed
409.Pp
410Note that
411.Fx
4126.1, 6.2, 6.3, 7.0, 7.1, and 7.2 have a bug in the EtherIP protocol.
413For more details and workaround, see
414.Xr gif 4 manual page.
409.Sh SEE ALSO
410.Xr gif 4 ,
411.Xr ipf 4 ,
412.Xr ipfw 4 ,
413.Xr pf 4 ,
414.Xr ifconfig 8
415.Sh HISTORY
416The

--- 27 unchanged lines hidden ---
415.Sh SEE ALSO
416.Xr gif 4 ,
417.Xr ipf 4 ,
418.Xr ipfw 4 ,
419.Xr pf 4 ,
420.Xr ifconfig 8
421.Sh HISTORY
422The

--- 27 unchanged lines hidden ---