diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-12-15 08:40:57 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-12-15 08:40:57 +0000 |
commit | 8cc61768563abcd734b366cf31760df3b234b68f (patch) | |
tree | 7d01a8cff2013acde5db146061e542ada8aedebc /share | |
parent | 5c43c680d04ef53b398fa3e9919737556bee5139 (diff) |
add support for creating span ports so that one can snoop a bridge
from another interface/machine/network.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/bridge.4 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index 6d1cddcb849..f5b8cbe47cf 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -1,6 +1,6 @@ -.\" $OpenBSD: bridge.4,v 1.38 2001/12/05 16:08:23 hugh Exp $ +.\" $OpenBSD: bridge.4,v 1.39 2001/12/15 08:40:56 jason Exp $ .\" -.\" Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) +.\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -164,6 +164,18 @@ Delete the interface named in .Fa ifbr_ifsname from the bridge named in .Fa ifbr_name . +.It Dv SIOCBRDGADDS +.Pq Li "struct ifbreq" +Add the interface named in +.Fa ifbr_ifsname +as a span port to the bridge named in +.Fa ifbr_name . +.It Dv SIOCBRDGDELS +.Pq Li "struct ifbreq" +Delete the interface named in +.Fa ifbr_ifsname +from the list of span ports of the bridge named in +.Fa ifbr_name . .It Dv SIOCBRDGSIFFLGS .Pq Li "struct ifbreq" Set the bridge member interface flags for the interface named in |