summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-07Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3427rbalocca
2008-07-07fix for bug 3323: skip deletions of nodes with default values when loadingAn-Cheng Huang
a config file.
2008-07-07fix for bug 3216. added no escape option to push path for environmental path ↵Michael Larson
variable. note this is appied to all c code access to the edit env variable.
2008-07-01Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodStig Thormodsrud
2008-07-01Partial fix for 3383: check for vyatta-config-version, warn/prompt that it ↵Stig Thormodsrud
appears to be invalid config.
2008-07-01Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodMichael Larson
2008-07-01fix for bug 3377.Michael Larson
2008-06-30fix for bug 3403: allocate correct amount of memory for multi-valued nodes.An-Cheng Huang
2008-06-30Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodMichael Larson
2008-06-30Revert "set load-balancing load order after interfaces are configured on load."Michael Larson
This reverts commit b5b1c71bc95bdaea24f45e5738e9a3a7f8740a4f.
2008-06-30Fix 3396: "commit failed at rank 800" while booting with bgp peer-group.Stig Thormodsrud
2008-06-30add help string for "copy" and "rename"An-Cheng Huang
2008-06-30fix for bug 3400. user vyatta needed modification to discard command.Michael Larson
2008-06-30set load-balancing load order after interfaces are configured on load.Michael Larson
2008-06-22add top level op-mode commands: 'connect', 'delete', 'disconnect', and ↵Mohit Mehta
'terminal' to allowed-op file so that they not flagged as invalid commands when logged in as a operator level user
2008-06-21Merge branch 'hollywood' of mohit@git.vyatta.com:/git/vyatta-cfg into hollywoodMohit Mehta
2008-06-25fixed non-root user access for discard. also moved help string.Michael Larson
2008-06-24Fix 2619: Implement something similar to Juniper's "show | display set" ↵Stig Thormodsrud
functionality.
2008-06-24Fix 3143: Unable to save/load config from a remote server.Stig Thormodsrud
2008-06-21add release and renew to allowed-op file so that operator is able to execute ↵Mohit Mehta
them
2008-06-21better handling of allowed values for 'release/renew dhcp interface <>'Mohit Mehta
2008-06-21Add dependencyrbalocca
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-19Bugfix: 3355Bob Gilligan
Handle case of user changing SMP affinity configuration of an interface.
2008-06-18Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodMichael Larson
2008-06-18fix for bug 2622: add "copy" and "rename" commands for configuration mode.An-Cheng Huang
2008-06-17fix for bug 110. added discard command to configure mode. This command ↵Michael Larson
deletes local changes and keeps the user in configure mode.
2008-06-17fix for bug 3347--skip def file.oMichael Larson
2008-06-173.1.0vyatta/3.1.0debian/0.10Mark O'Brien
2008-06-11Block reboot from config mode.Stig Thormodsrud
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-19Merge branch 'hollywood' of git:/git/vyatta-cfg into hollywoodrbalocca
2008-05-19Ignore log filerbalocca
2008-05-19Fix for bug #3274 https://bugzilla.vyatta.com/show_bug.cgi?id=3274rbalocca
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-14Avoid any problems with non-device entries in /sys/class/netStephen Hemminger
Bonding leaves file in /sys/class/net/bonding. Avoid any problems this causes.
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-07Fix problem with Default-Stoprbalocca
2008-05-07Convert to our method of changelog creationrbalocca
2008-05-07Merge branch 'glendale' into hollywoodrbalocca
2008-05-06Only check for dhcp client on eth, vlan, and bridge.Stig Thormodsrud