summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-06-25 13:29:32 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-06-25 13:29:32 +0000
commitd4f9325edcee28dbf45bcad0c91a20f8d0ba0dd3 (patch)
tree49c76fd0cf5ac1397d7b7a2ec49186370d7dd2b8 /share/man
parentf2acf9bdd82ad17ad18549709b9cad8f56c90976 (diff)
sync struct ifbrlreq with reality
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/bridge.43
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index 08c65045a39..0f4292b09c3 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bridge.4,v 1.51 2003/06/11 17:03:09 pb Exp $
+.\" $OpenBSD: bridge.4,v 1.52 2003/06/25 13:29:31 henning Exp $
.\"
.\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -371,6 +371,7 @@ struct ifbrlreq {
u_int8_t ifbr_flags;
struct ether_addr ifbr_src;
struct ether_addr ifbr_dst;
+ char ifbr_tagname[PF_TAG_NAME_SIZE];
};
#define BRL_ACTION_BLOCK 0x01
#define BRL_ACTION_PASS 0x02