Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   thorpej
Date:           Fri Jun 30 17:45:13 UTC 2000

Modified Files:
        basesrc/sbin/ifconfig: ifconfig.8 ifconfig.c

Log Message:
- Add `tunnel' and `deletetunnel' commands, which issue the ioctls
  that gifconfig(8) would issue to configure tunnel endpoints.  This
  allows IP tunnel interfaces (`gif' right now, and `gre' later) to
  be configured with ifconfig(8), and via /etc/ifconfig.<interface>.
  Partially taken from similar changes in OpenBSD.
- Const poison the command functions a bit.  We really need to clean
  up the command function interface.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 basesrc/sbin/ifconfig/ifconfig.8
cvs rdiff -r1.79 -r1.80 basesrc/sbin/ifconfig/ifconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index