summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2008-06-21better handling of allowed values for 'release/renew dhcp interface <>'Mohit Mehta
2008-06-21better handling of dhcp release/renew commandsMohit Mehta
2008-06-20Fix bug 3059 Operator Level commands for DHCP clientMohit Mehta
implemented op-mode commands for DHCP client: 'release dhcp interface <>' 'renew dhcp interface <>'
2008-06-19Add 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-17fix for bug 3347--skip def file.oMichael Larson
2008-06-04Add exception for /31 and /32 for ipv4 and /128 for ipv6Stig Thormodsrud
2008-06-03Fix 920: System allows configuration of invalid IP Address for subnetStig Thormodsrud
2008-05-19Force "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-14Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg into hollywoodStephen Hemminger
2008-05-14Remove unused dependenciesStephen Hemminger
No longer need Tie or flock, these were used when dealing with watchlink
2008-05-09Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodStig Thormodsrud
2008-05-09Fix vlan regex.Stig Thormodsrud
2008-05-08fix for bug 3239: now support regex-based ordering for startup configAn-Cheng Huang
loading.
2008-05-08Add more granularity to config rank (commit rip, ospf, bgp separately).Stig Thormodsrud
2008-05-06Only check for dhcp client on eth, vlan, and bridge.Stig Thormodsrud
2008-05-05Fix 3233 dhcp client doesn't work on bridge interfaceStig Thormodsrud
2008-05-01support "wildcard" ranking at boot time. only VRRP uses this for now.An-Cheng Huang
2008-04-26Merge branch 'glendale' into hollywoodrbalocca
2008-04-24fix 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-24Eliminate vestigates of watchlinkStephen Hemminger
Watchlink is no longer used to manage link detection. This is now provided by kernel.
2008-04-23Remove hack to cycle state for static routesStephen 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-23backing out show cmd change for now on existence of defMichael Larson
2008-04-23final checkin as fix for bug 1219.Michael Larson
2008-04-23mask out def markers in config scriptMichael Larson
2008-04-21Merge branch 'glendale' into hollywoodrbalocca
2008-04-19cycle interface state on IP address assigment to fix static routesRobert Bays
2008-04-18If watchlink isn't running, don't treat it as a fatal error.Stig Thormodsrud
2008-04-04Merge branch 'glendale' into hollywoodrbalocca
2008-04-03fix for bug 3090: commit "policy" before "protocols" at boot time.An-Cheng Huang
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-02Add duplicate check to watchlink exclude file.Stig Thormodsrud
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-04-02Merge branch 'glendale' into hollywoodrbalocca
2008-04-01fix for bug 2689: sort tag nodes appropriatelyAn-Cheng Huang
2008-04-01add function to delete watchlink exclude entries based on ID.An-Cheng Huang
2008-04-01fix for bug 2689: sort tag nodes appropriatelyAn-Cheng Huang
2008-03-31Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendaleStephen Hemminger
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-31Add utilitly script to add/removed entries to watchlink exclude file.Stig Thormodsrud
2008-03-29Merge branch 'glendale' into hollywoodrbalocca
2008-03-26fix for bug 3032:An-Cheng Huang
* rename pre-glendale start-up config. * warn user when loading a pre-glendale config.
2008-03-24Fix 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-24startup config orderingAn-Cheng Huang
2008-03-20add validation for more typesAn-Cheng Huang
2008-03-17Bugfix: 2885Bob 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-14fix for bugs 2725 2999Robert Bays
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-10Add GPLv2 to additional Vyatta created scriptsrbalocca
2008-03-10Merge branch 'glendale' of git:/git/vyatta-cfg into glendalerbalocca