mlaier      2006-06-19 22:20:45 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        Makefile ifconfig.8 
    sys/net              if.c if.h if_clone.c if_var.h 
    sys/sys              sockio.h 
  Added files:
    sbin/ifconfig        ifgroup.c 
  Log:
  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)
  
  Revision  Changes    Path
  1.31      +1 -0      src/sbin/ifconfig/Makefile
  1.117     +21 -1     src/sbin/ifconfig/ifconfig.8
  1.1       +186 -0    src/sbin/ifconfig/ifgroup.c (new)
  1.258     +247 -0    src/sys/net/if.c
  1.103     +31 -0     src/sys/net/if.h
  1.10      +6 -0      src/sys/net/if_clone.c
  1.107     +37 -0     src/sys/net/if_var.h
  1.30      +5 -0      src/sys/sys/sockio.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to