summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-27Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg into islavistaslioch
2008-08-27strip off whitespace in default value parsed from node.def file--fixes ↵slioch
problem of deleting time-zone value without value.
2008-08-26Merge branch 'hollywood' into islavistarbalocca
2008-08-21fix for bug 3280: ignore password etc. in historyAn-Cheng Huang
2008-08-193.1.3vyatta/3.1.4vyatta/3.1.3debian/0.13hollywoodMark O'Brien
2008-08-12Vtysh is not in sbindirStephen Hemminger
2008-08-12Change back to vyatta-vtyshStephen Hemminger
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-08-05Merge branch 'hollywood' into islavistaRick Balocca
Conflicts: scripts/vyatta-interfaces.pl
2008-08-04Move is_ip_v4_or_v6() to VyattaMisc.pm so other scripts can use it.Stig Thormodsrud
2008-08-04Add curl package for bug 3143.Stig Thormodsrud
2008-07-25Fix Bug 3524 dhcp client doesn't insert default route on system rebootMohit Mehta
- also move temp files for release of dhcp interface to /var/run from /var/lib
2008-07-30Use vtysh directlyStephen Hemminger
No longer need the perl wrapper for vtysh. The options and logging have been folded into it.
2008-07-30mark vyatta-cfg as bash not sh scriptStephen Hemminger
This gets rid of a build error from lintian
2008-07-29Merge branch 'islavista' of speedy:git/vyatta-cfg into islavistaStephen Hemminger
2008-07-29Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavistaStephen Hemminger
2008-07-29Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavistaStephen Hemminger
2008-07-29Optimize deleteStephen Hemminger
Use inline code rather than system() function, and optimize allocation to use stack where possible.
2008-07-29Optimize commitStephen Hemminger
Use inline (rather than system), and avoid unneeded allocations.
2008-07-29Turn my_wrappers into macrosStephen Hemminger
The my_malloc() etc wrappers can be shrunk by using macros.
2008-07-29Avoid overhead of systemStephen Hemminger
Use mkdir and file operations rather than overhead of escaping to system() shell.
2008-07-29Avoid needless calls to system()Stephen Hemminger
Add a version of touch and mkdir -p commands coded directly without going out to shell.
2008-07-29Add missing includeStephen Hemminger
Pickup definition of bye() to avoid warning.
2008-07-29Add annotation to cli functionsStephen Hemminger
Use gcc annotations for noreturn and printf like formats
2008-07-29Add ipv6 address to comp_help.Stig Thormodsrud
2008-07-29type_to_name returns immutable stringStephen Hemminger
Don't want accidental errors
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-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-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.