summaryrefslogtreecommitdiff
path: root/templates/interfaces
AgeCommit message (Collapse)Author
2009-02-24Make sure to quote $VAR(@) usage.Stig Thormodsrud
2009-02-20Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jennerStig Thormodsrud
2009-02-20Add quagga parameters for bridge and bonding devicesStephen Hemminger
2009-02-11Initial commit of config commands for ospfv3root
2009-02-02Bugfix 4052: Add support for PPPOE over ethernet VIFs.Bob Gilligan
2008-12-06Use full path to link-detectStephen Hemminger
Restore corrected earlier change.
2008-12-06Revert "need full path to linkdetect"Stephen Hemminger
This reverts commit d4952bc1550223dddcd1228d7335ce1fc380f739 because it included local changes as well as bug fix
2008-12-05need full path to linkdetectStephen Hemminger
2008-12-03Use new link-detect scriptStephen Hemminger
Wrap direct calls to vyatta-vtysh to set link-detect in new script.
2008-10-15Bugfix: 3684Bob Gilligan
Add templates to configure IP parameters for bridged ethernet over ADSL interfaces.
2008-08-12Revert "Replace vyatta-vtysh with vtysh"Stephen Hemminger
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-07-30Replace calls to vyatta-vtysh perl script with vyatta-vtyshStephen Hemminger
No longer need the perl wrapper, the logging and error suppression are now in the command itself. This helps with the speed of route creation with lots of routes.
2008-06-06Fix bug 3134 "delete interfaces <> <> ip rip split-horizon" sets "no ip rip ↵Mohit Mehta
split-horizon" under the routing engine which is unknown in the config - 'interfaces <.....> ip rip split-horizon' does nothing on set or delete documentation needs to be updated to reflect: :'interfaces <.....> ip rip' or 'interfaces <.....> ip rip split-horizon' do nothing on set or delete :CLI under 'interfaces <.....> ip rip split-horizon' be only used to control split horizon behaviour i.e. :either disable it using: 'set interfaces <.....> ip rip split-horizon disable' :or use split-horizon with poison reverse using: 'set interfaces <.....> ip rip split-horizon poison-reverse' :to set up RIP for an interface, RIP section under protocols is to be used
2008-06-05Fix bug 2849 "disable-split-horizon" needs to be implementedMohit Mehta
- fixed to work for vifs
2008-05-21Fix templates for disable-link-detect when using vif on serialStephen Hemminger
The vif templates were incorrect. The name was wrong and multilink was arranged incorrectly.
2008-05-14Add option to disable link-detect on serial interfacesStephen Hemminger
Make serial behave same as ethernet
2008-04-30Add IP routing protocol config templates for PPPOE, PPPOE and ClassicalBob Gilligan
IP over ATM on ADSL interfaces.
2008-04-30Fix 3139 Check for previous authentication type before allowing anotherStig Thormodsrud
2008-04-27Merge commit 'origin/glendale' into hollywoodAn-Cheng Huang
Conflicts: templates/interfaces/ethernet/node.tag/disable-link-detect/node.def templates/interfaces/ethernet/node.tag/vif/node.tag/disable-link-detect/node.def
2008-04-26Fix typo in node.def (from linkwatch removal)Stephen Hemminger
The disable-link-detect template was missing a quote. So just convert it over to current syntax.
2008-04-26Merge branch 'glendale' into hollywoodrbalocca
2008-04-25Remove linkstatus scriptStephen Hemminger
Watchlink is no longer used/needed
2008-04-15Fix Bug 2849 "disable-split-horizon" needs to be implementedMohit Mehta
-implemented 'split-horizon disable' for all interfaces that allow configuring RIP
2008-04-15Fix Bug 2849 "disable-split-horizon" needs to be implementedMohit Mehta
-implemented 'split-horizon disable' for all interfaces that allow configuring RIP
2008-04-15Merge from glendalerbalocca
2008-04-14Updated autocomplet for loopback non-broadcast optionMark O'Brien
2008-04-11Fix for bug 3093Mark O'Brien
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-quagga
2008-03-12Fix Bug 2849 "disable-split-horizon" needs to be implementedMohit Mehta
- 'split horizon disable' enabled
2008-02-29Bugfix: 2818.Bob Gilligan
Add "ip" commands to serial, multilink and pppoe config trees.
2008-02-19Apply same fix for 2856 under tunnel heirarchy.Stig Thormodsrud
2008-02-19Fix 2856 "delete interfaces ethernet eth1 ip rip" commit failed if ↵Stig Thormodsrud
"split-horizon poison-reverse" is configured. - One little space breaks it. :-(
2008-02-13Fix 2819 Plain-text authentication should be identified as suchStig Thormodsrud
2008-02-13Duplicate quagga "interface ip ospf" tree for tunnel and vif interfaces.Stig Thormodsrud
Need to figure out a better way of doing this...
2008-02-13Add "set interface <type> ip ospf bandwidth" to OSPF cost calculation.Stig Thormodsrud
2008-02-11Fix 2810 ospf authentications gets truncated to 8 charactersStig Thormodsrud
- Add syntax checks to verify length of passwords.
2008-02-11Fix 2805 'show configuration all' does not display all default values for ospfStig Thormodsrud
2008-02-02Add some comp_help strings to ospf cliStig Thormodsrud
2008-01-31convert templates to new syntaxAn-Cheng Huang
2008-01-29allow per vif configuration of disable-link-statusMichael Larson
2008-01-21need to reverse logic for command to quagga too.Michael Larson
2008-01-21moved linkstatus exclusion hook to follow roberts change (i.e. link-detect ↵Michael Larson
-> disable-link-detect)
2008-01-19remove obsolete link-detect nodeRobert Bays
2008-01-15fix for bug 2534 and prep for larson's vif link detect fixesRobert Bays
2008-01-15wired up link detect to cli. writes to exlusion file. note that link-detect ↵Michael Larson
is enabled by default for all interfaces.
2007-12-12Add wrapper script between cfg templates and vtysh. The wrapper will:Stig Thormodsrud
- log commands to /tmp/vtysh.log - return error code when quagga responds with an errmsg - ignore errors when called with -n
2007-12-10Redo RIP cli to remove interface/network requirement.Stig Thormodsrud
2007-12-05Fix syntax error in link-detect.Stig Thormodsrud
2007-12-05add link-detect node to interfacesRobert Bays