summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-29Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavistaStephen Hemminger
2008-07-29Add ipv6 address to comp_help.Stig Thormodsrud
2008-07-29Fix 3505: cli crashes on ipv6net type.Stig Thormodsrud
2008-07-28Remove spurious error message during installrbalocca
2008-07-28fix for bug 1130. disable ctrl-c during load command to prevent partial load.root
2008-07-27Merge branch 'hollywood'Rick Balocca
2008-07-23Merge branch 'hollywood'Rick Balocca
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-23Fix bug 3318Mohit Mehta
dont't create unnecessary temporary files, use already created file in active config to retrieve mtu value
2008-07-23Fix Bug 3318 ENHANCEMENT REQUEST: Option to NOT Accept DHCP MTU Offers Below ↵Mohit Mehta
Specified Value - only request for dhcp-option interface-mtu from a dhcp-server for an ethernet interface using dhcp to get IP - do not request for interface-mtu for other interfaces that use dhcp i.e. ethernet vifs and bridges - request for interface-mtu from dhcp-server for ethernet interfaces, only if ethernet mtu not set in CLI
2008-07-22Prioritize vpn ahead of pppo[ea] interfaces.Stig Thormodsrud
2008-07-16Merge branch 'hollywood'Rick Balocca
2008-07-15Merge branch 'hollywood'Rick Balocca
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'Rick Balocca
2008-07-09Merge branch 'hollywood' of git:/git/vyatta-cfg into hollywoodMark O'Brien
2008-07-09Merge branch 'hollywood'rbalocca
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-29Merge branch 'hollywood'rbalocca
2008-06-283.1.1vyatta/3.1.1debian/0.11Mark O'Brien
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-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