Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-21 | better handling of allowed values for 'release/renew dhcp interface <>' | Mohit Mehta | |
2008-06-21 | better handling of dhcp release/renew commands | Mohit Mehta | |
2008-06-20 | Fix bug 3059 Operator Level commands for DHCP client | Mohit Mehta | |
implemented op-mode commands for DHCP client: 'release dhcp interface <>' 'renew dhcp interface <>' | |||
2008-06-19 | -> redo the way dhcp client works. instead of using one daemon for all ↵ | Mohit Mehta | |
interfaces, use separate daemons for separate interfaces. when one daemon was handling all interfaces, a release/renew at one interface would release/renew all other interfaces as well before we brought them back to the state specified in vyatta config -> Also, Fix bug 3346 replaced the die command with print followed by exit 1 -> modified vyatta-interfaces.pl to remove code for handling op-command: 'clear dhcp client process' this command restarted the dhcp client daemon but now that we have separate daemons for separate interfaces, this is not useful. Also, this will be replaced by op-commands for 'dhcp client release lease' and 'dhcp client renew lease' commands in hollywood beta | |||
2008-06-04 | Add exception for /31 and /32 for ipv4 and /128 for ipv6 | Stig Thormodsrud | |
2008-06-03 | Fix 920: System allows configuration of invalid IP Address for subnet | Stig Thormodsrud | |
2008-05-14 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg into hollywood | Stephen Hemminger | |
2008-05-14 | Remove unused dependencies | Stephen Hemminger | |
No longer need Tie or flock, these were used when dealing with watchlink | |||
2008-05-09 | Fix vlan regex. | Stig Thormodsrud | |
2008-05-06 | Only check for dhcp client on eth, vlan, and bridge. | Stig Thormodsrud | |
2008-05-05 | Fix 3233 dhcp client doesn't work on bridge interface | Stig Thormodsrud | |
2008-04-24 | Eliminate vestigates of watchlink | Stephen Hemminger | |
Watchlink is no longer used to manage link detection. This is now provided by kernel. | |||
2008-04-23 | Remove hack to cycle state for static routes | Stephen Hemminger | |
This should no longer be needed Revert "cycle interface state on IP address assigment to fix static routes" This reverts commit b0dd3c96c5e30077a602082c829d4bccf7795252. | |||
2008-04-19 | cycle interface state on IP address assigment to fix static routes | Robert Bays | |
2008-04-03 | handle multiple address deletion when link is down | Stephen 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-02 | stop watchlink when address is removed | Stephen 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-31 | handle delete address request if address is already removed | Stephen 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-11 | more robust handling of set mac address | Stephen Hemminger | |
Bugfix: 2826 Enforce restrictions on address (must be valid ethernet address), and only bring interface down/up if already up. | |||
2008-03-10 | Merge branch 'glendale' of git:/git/vyatta-cfg into glendale | rbalocca | |
2008-03-10 | Convert from VPL 1.0 to GPLv2 | Stephen Hemminger | |
Glendale release is licensed under GPL version 2. | |||
2008-03-05 | Add VPL to scripts and fix lintian errors | rbalocca | |
2008-03-04 | Fix 2954: IPv6 addresses that have a-f in the address fail. | Christopher Liljenstolpe | |
2008-02-19 | Add option to restart dhclient process. | Stig Thormodsrud | |
Send hostname in dhcp client request. | |||
2008-01-28 | fix 2718: Set failed after a duplicated address was set for an interface | Stig Thormodsrud | |
2008-01-24 | add script to /etc/dhcp3/dhclient-exit-hooks to store values received by ↵ | Stig Thormodsrud | |
dhclient | |||
2008-01-10 | Fix 2617 "Invalid interface address accepted". | Stig Thormodsrud | |
2007-12-18 | Add ability to set ipv6 address on loopback but not dhcp. | Stig Thormodsrud | |
2007-11-27 | Fix 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. |