diff options
author | Max Laier <mlaier@FreeBSD.org> | 2006-06-19 22:20:45 +0000 |
---|---|---|
committer | Max Laier <mlaier@FreeBSD.org> | 2006-06-19 22:20:45 +0000 |
commit | 0dad3f0e15122c6e8f3bab0515e51f6486a9860f (patch) | |
tree | 1d514a3c44a007d12f9a4007d15e7afe23180bb0 /sbin/ifconfig/Makefile | |
parent | 343ed0a875f9f68c4c4f00d3cb82d8f6e35bffaa (diff) |
Import interface groups from OpenBSD. This allows to group interfaces in
order to - for example - apply firewall rules to a whole group of
interfaces. This is required for importing pf from OpenBSD 3.9
Obtained from: OpenBSD (with changes)
Discussed on: -net (back in April)
Notes
Notes:
svn path=/head/; revision=159781
Diffstat (limited to 'sbin/ifconfig/Makefile')
-rw-r--r-- | sbin/ifconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 2f29d9bab161..672d8884520b 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -26,6 +26,7 @@ SRCS+= ifvlan.c # SIOC[GS]ETVLAN support SRCS+= ifieee80211.c # SIOC[GS]IEEE80211 support SRCS+= ifcarp.c # SIOC[GS]VH support +SRCS+= ifgroup.c # ... SRCS+= ifpfsync.c # pfsync(4) support SRCS+= ifbridge.c # bridge support |