summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2009-04-06add "save" command to cfg-cmd-wrapperAn-Cheng Huang
2009-04-03remove rank loading from loadconfig. rank load is disabled--will remove order...slioch
2009-04-01Add --warn option for vyatta-interfacesStephen Hemminger
2009-03-05Fix is_valid_name() to support any valid interface type (--check all).Stig Thormodsrud
2009-03-04Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerStig Thormodsrud
2009-03-04Fix show_interfaces() so that it includes vlans for $type='all'.Stig Thormodsrud
2009-03-03Extend vyatta-interfaces to do device name checkingStephen Hemminger
2009-02-27Fix --vif optionStephen Hemminger
2009-02-26Handle MTU on all types of interfaceStephen Hemminger
2009-02-26Add option to show VIF for interfaceStephen Hemminger
2009-02-11Remove script for vyatta-cfg-reloadStephen Hemminger
2009-02-10Add new option for checking name validityStephen Hemminger
2009-02-05Move config reload from quagga to vyatta-cfgStephen Hemminger
2009-02-03Missing semicolonStephen Hemminger
2009-02-03Simplify and add strict checksStephen Hemminger
2009-02-03Replace bare file handle with variableStephen Hemminger
2009-02-03Simplify logicStephen Hemminger
2009-02-03Reindent load config for clarityStephen Hemminger
2009-01-26save_config: fix perlcritic warningsStephen Hemminger
2009-01-12Use new interfaces routinesStephen Hemminger
2009-01-12Remove unused functionsStephen Hemminger
2008-11-24Need to fix some stuff from change to Vyatta::Stephen Hemminger
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
2008-11-19Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though int...Mohit Mehta
2008-11-19move submodule to get interface related info to VyattaMiscMohit Mehta
2008-11-17add check for bond vif interface to submoduleMohit Mehta
2008-11-17check dhcp for bond vif interfaces as wellMohit Mehta
2008-11-17move submodules to VyattaMisc.pm so that they can be used elsewhere as wellMohit Mehta
2008-11-14rectify check for bond interfaceMohit Mehta
2008-11-14Check result of system commandsStephen Hemminger
2008-11-14Use grep -c rather than running wc commandStephen Hemminger
2008-11-14Use perl unlink rather than rmStephen Hemminger
2008-11-14Use perl mkdirStephen Hemminger
2008-11-14Implement touch in perlStephen Hemminger
2008-10-31Fix Bug 3808 - OpenVPN accepts non-existent local-host optionMohit Mehta
2008-10-30Allow dhcp on bondingStephen Hemminger
2008-10-24Fix dhcp on bondingStephen Hemminger
2008-10-07Fix Bug 3770 vpn pre-shared keys should be obscured in "show configuration"Mohit Mehta
2008-09-17Add entry for upcoming bondingStephen Hemminger
2008-08-04Move is_ip_v4_or_v6() to VyattaMisc.pm so other scripts can use it.Stig Thormodsrud
2008-07-25Fix Bug 3524 dhcp client doesn't insert default route on system rebootMohit Mehta
2008-07-28fix for bug 1130. disable ctrl-c during load command to prevent partial load.root
2008-07-23Fix Bug 3318 ENHANCEMENT REQUEST: Option to NOT Accept DHCP MTU Offers Below ...Mohit Mehta
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 d...Mohit Mehta
2008-06-26=> Modified VyattaConfig.pm function 'returnOrigValues()' to return empty arr...Mohit Mehta
2008-07-11fix for bug 3441. Selective stripping of the 'def' only needs to occur in one...Michael Larson
2008-07-10Revert "fix for bug 3441. Removed def from listOutputNodes(), which allowed o...Michael Larson
2008-07-09fix for bug 3441. Removed def from listOutputNodes(), which allowed other cod...root
2008-07-07fix for bug 3323: skip deletions of nodes with default values when loadingAn-Cheng Huang