sam 2008-10-02 20:03:41 UTC
FreeBSD src repository
Modified files:
sbin/ifconfigifvlan.c
Log:
SVN rev 183554 on 2008-10-02 20:03:41Z by sam
add duplicate cmd entries for vlan and vlandev that are marked !clone
so they can be used when not doing a create operati
yar 2006-03-22 15:32:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/ifconfigifvlan.c
Log:
MFC rev. 1.11:
Revert to setting vlan and vlandev parametes synchronously, as soon
as both have been read from the command line. Still use t
yar 2006-03-09 14:58:09 UTC
FreeBSD src repository
Modified files:
sbin/ifconfigifvlan.c
Log:
Revert to setting vlan and vlandev parametes synchronously, as soon
as both have been read from the command line. Still use the callback,
but this time only to verify th
yar 2006-01-28 16:38:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/ifconfigifvlan.c
Log:
Temporarily back out the last change, rev. 1.7.2.2.
The problem with it was that it swapped the relative order of IP
assignment and parent in
yar 2006-01-22 19:22:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/ifconfigifvlan.c
Log:
MFC rev. 1.9, 1.10:
Use a callback to set up a vlan interface so that "vlan"
and "vlandev" commands can be specified in any order.
This mak