summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-193.1.3vyatta/3.1.4vyatta/3.1.3debian/0.13hollywoodMark O'Brien
2008-07-23fix bug 3524 dhcp client doesn't insert default route on system rebootMohit Mehta
- copy fix from islavista to hollywood
2008-07-233.1.2vyatta/3.1.2debian/0.12Mark O'Brien
2008-07-23Merge branch 'hollywood' into islavistaRick Balocca
2008-07-23Code moved for fix of bug http://bugzilla.vyatta.com/show_bug.cgi?id=3417Rick Balocca
2008-07-22Prioritize vpn ahead of pppo[ea] interfaces.Stig Thormodsrud
2008-06-26removing code to update resolv.conf from here, it is better to call it from ↵Mohit Mehta
dhclient-script
2008-06-26=> Modified VyattaConfig.pm function 'returnOrigValues()' to return empty ↵Mohit Mehta
array when no value is configured => Modified VyattaConfigLoad.pm to give a higher ranking to 'system host-name' than 'interface' so that during boot-up if host is using dhcp client to get an ip for an interface, it can send the host-name if configured => Modified vyatta-interfaces.pl: 1. to request only for dhcp options 'subnet-nask', 'broadcast address', 'routers', 'domain-name-servers' when an interface is configured to get an ip using dhcp. 2. ask for a domain-name only if domain-name is not configured in our CLI 3. do not request dhcp options: 'time-offset', 'interface-mtu' and 'host-name' that were being requested before 4. Update /etc/resolv.conf to remove domain-name and name-server options received from dhcp server for the particular interface that releases dhcp lease either from op-mode or cfg-mode
2008-07-11fix for bug 3441. Selective stripping of the 'def' only needs to occur in ↵Michael Larson
one location. hease enter the commit message for your changes.
2008-07-10Merge branch 'hollywood' of git://git.vyatta.com/vyatta-cfg into hollywoodMichael Larson
2008-07-10Revert "fix for bug 3441. Removed def from listOutputNodes(), which allowed ↵Michael Larson
other code that filters out def file to be removed." Need to spend more time with this fix--'def' is used in locations to suppress non-user specified default values. will reapply revised fix after a bit more vetting. This reverts commit 42d6c942800e2273b77ea92371ffdcb3f183163f.
2008-07-09Merge branch 'hollywood' of git:/git/vyatta-cfg into hollywoodMark O'Brien
2008-07-09fix for bug 3441. Removed def from listOutputNodes(), which allowed other ↵root
code that filters out def file to be removed.
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-283.1.1vyatta/3.1.1debian/0.11Mark O'Brien
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