From 0dad3f0e15122c6e8f3bab0515e51f6486a9860f Mon Sep 17 00:00:00 2001 From: Max Laier Date: Mon, 19 Jun 2006 22:20:45 +0000 Subject: 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) --- sbin/ifconfig/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/ifconfig/Makefile') 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 -- cgit v1.2.3