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 | Add a config ranking to prioritize bgp route-id ahead of neighbors. | Stig Thormodsrud | |
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-17 | fix for bug 3347--skip def file.o | Michael Larson | |
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-19 | Force "protocols ospf parameters" to be committed before other ospf config. | Stig Thormodsrud | |
This should fix bug 3272 at boot time, but we still need to fix quagga so that it doesn't crash if router-id is changed during convergence. | |||
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 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywood | Stig Thormodsrud | |
2008-05-09 | Fix vlan regex. | Stig Thormodsrud | |
2008-05-08 | fix for bug 3239: now support regex-based ordering for startup config | An-Cheng Huang | |
loading. | |||
2008-05-08 | Add more granularity to config rank (commit rip, ospf, bgp separately). | 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-05-01 | support "wildcard" ranking at boot time. only VRRP uses this for now. | An-Cheng Huang | |
2008-04-26 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-24 | fix for show -all. note there is a change in how config files are ↵ | Michael Larson | |
saved--only set values are now save as opposed to set values plus all default values. set values will be saved now even if they match the default value. | |||
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-23 | backing out show cmd change for now on existence of def | Michael Larson | |
2008-04-23 | final checkin as fix for bug 1219. | Michael Larson | |
2008-04-23 | mask out def markers in config script | Michael Larson | |
2008-04-21 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-19 | cycle interface state on IP address assigment to fix static routes | Robert Bays | |
2008-04-18 | If watchlink isn't running, don't treat it as a fatal error. | Stig Thormodsrud | |
2008-04-04 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-03 | fix for bug 3090: commit "policy" before "protocols" at boot time. | An-Cheng Huang | |
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 | Add duplicate check to watchlink exclude file. | Stig Thormodsrud | |
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-04-02 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-01 | fix for bug 2689: sort tag nodes appropriately | An-Cheng Huang | |
2008-04-01 | add function to delete watchlink exclude entries based on ID. | An-Cheng Huang | |
2008-04-01 | fix for bug 2689: sort tag nodes appropriately | An-Cheng Huang | |
2008-03-31 | Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendale | Stephen Hemminger | |
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-31 | Add utilitly script to add/removed entries to watchlink exclude file. | Stig Thormodsrud | |
2008-03-29 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-03-26 | fix for bug 3032: | An-Cheng Huang | |
* rename pre-glendale start-up config. * warn user when loading a pre-glendale config. | |||
2008-03-24 | Fix Bug 2825 Load should read config file from default location when no ↵ | Mohit Mehta | |
argument is provided. - 'load' reads config file from default location just as 'save' | |||
2008-03-24 | startup config ordering | An-Cheng Huang | |
2008-03-20 | add validation for more types | An-Cheng Huang | |
2008-03-17 | Bugfix: 2885 | Bob Gilligan | |
Place the "changes only" directory that is used by the configuration subsystem in its union mount into /tmp. We see kernel panics in unionfs at umount time in some cases when the "changes only" directory is located in a tmpfs filesystem. | |||
2008-03-14 | fix for bugs 2725 2999 | Robert Bays | |
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 | Add GPLv2 to additional Vyatta created scripts | rbalocca | |
2008-03-10 | Merge branch 'glendale' of git:/git/vyatta-cfg into glendale | rbalocca | |