summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1999-03-19 02:46:56 +0000
committerJason Wright <jason@cvs.openbsd.org>1999-03-19 02:46:56 +0000
commite851ae564f648165b1455149fbc4294d49050b11 (patch)
treed47352fc8da30b766a10ac3464263b5fd581353c /share/man
parent590d0602794e98ae6b4e17a4792d79b06f61d42b (diff)
Add the ability to mark an interface as "non-learning"
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/bridge.415
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index b143a1eccbd..28c658c769c 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bridge.4,v 1.5 1999/03/12 02:40:42 jason Exp $
+.\" $OpenBSD: bridge.4,v 1.6 1999/03/19 02:46:54 jason Exp $
.\"
.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -94,6 +94,8 @@ struct ifbreq {
u_int32_t ifbr_ifsflags; /* member flags */
};
+#define IFBIF_LEARNING 0x1 /* ifs can learn addrs */
+
struct ifbifconf {
char ifbic_name[IFNAMSIZ]; /* bridge name */
u_int32_t ifbic_len; /* buffer size */
@@ -117,6 +119,17 @@ Delete the interface named in
.Ar ifbr_ifsname
from the bridge named in
.Ar ifbr_name .
+.It Dv SIOCBRDGSIFFLGS
+.Pq Li "struct ifbreq"
+Set the bridge member interface flags for the interface named in
+.Ar ifbr_ifsname
+attached to the bridge
+.Ar ifbr_name .
+.It Dv SIOCBRDGGIFFLGS
+Retrieve the bridge member interface flags for the interface named in
+.Ar ifbr_ifsname
+attached to the bridge
+.Ar ifbr_name .
.It Dv SIOCBRDGRTS
.Pq Li "struct ifbaconf"
Retrieve the address cache of the bridge named in