summaryrefslogtreecommitdiff
path: root/scripts/vyatta-interfaces.pl
AgeCommit message (Collapse)Author
2008-04-03handle multiple address deletion when link is downStephen Hemminger
More robust fix for Bug 2802. Handle case of multiple addresses and lines in the linkstatus file. Add locking to try and prevent multiple update.
2008-04-02stop watchlink when address is removedStephen Hemminger
Kludge to work around address watchlink interaction: remove status file. This should fix bug 2802. There may still be problems when multiple addresses are assigned to an interface. The correct fix is to just get rid of the watchlink process and do the management in kernel or zebra.
2008-03-31handle delete address request if address is already removedStephen Hemminger
Quagga link-detect may have already removed address from interface. Check for missing address, and if not present just tell vtysh. This fixes bug 2802
2008-03-11more robust handling of set mac addressStephen Hemminger
Bugfix: 2826 Enforce restrictions on address (must be valid ethernet address), and only bring interface down/up if already up.
2008-03-10Merge branch 'glendale' of git:/git/vyatta-cfg into glendalerbalocca
2008-03-10Convert from VPL 1.0 to GPLv2Stephen Hemminger
Glendale release is licensed under GPL version 2.
2008-03-05Add VPL to scripts and fix lintian errorsrbalocca
2008-03-04Fix 2954: IPv6 addresses that have a-f in the address fail.Christopher Liljenstolpe
2008-02-19Add option to restart dhclient process.Stig Thormodsrud
Send hostname in dhcp client request.
2008-01-28fix 2718: Set failed after a duplicated address was set for an interfaceStig Thormodsrud
2008-01-24add script to /etc/dhcp3/dhclient-exit-hooks to store values received by ↵Stig Thormodsrud
dhclient
2008-01-10Fix 2617 "Invalid interface address accepted".Stig Thormodsrud
2007-12-18Add ability to set ipv6 address on loopback but not dhcp.Stig Thormodsrud
2007-11-27Fix 2497: check for duplicate ip address.Stig Thormodsrud
Also while we're add it, allow user to set an ipv6 address or get address from dhcp.