summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2009-03-23Start OSPF/RIP as needed during configStephen Hemminger
This only happens if link metrics set but OSPF/RIP not running yet.
2009-03-16Handle error message in perl codeStephen Hemminger
Easier to just have utility print error message
2009-03-12Replace update with create on multi-nodeStephen Hemminger
Avoid config issues with update on multi-node
2009-03-07Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-03-05Fix call to vyatta-interfaces.pl --check now requires --devStig Thormodsrud
2009-03-05Fix 'passive-interface' to allow interface or 'default'.Stig Thormodsrud
2009-03-04Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jennerStig Thormodsrud
2009-03-04Fix 4184: ospfv3 interface values don't work on vlansStig Thormodsrud
2009-03-04clean up other static route commands to remove references to /tmp/ pellets ↵slioch
and to use environment variable set via new cli.
2009-03-04ported example of node.def using commit environmental variable rather than ↵slioch
relying on /tmp pellets. should also improve performance when delete large numbers of static route entries.
2009-03-03Minor cleanups to "interface <> ipv6 ospfv3" before copying to other interfaces.Stig Thormodsrud
2009-03-03Add initial "interface <> ipv6 ripng" nodes.Stig Thormodsrud
More work to be done to support this on adsl and serial.
2009-03-02Add wirelessmodem router parametersStephen Hemminger
Bug 4029 It is an interface type, we need to support routing protocols on it.
2009-03-02Static: show all interfaces in allowed listStephen Hemminger
Any valid interface is allowed.
2009-03-02RIPNG: allow any interface typeStephen Hemminger
Routing protocols should show all interfaces in allowed list.
2009-03-02RIP allow any interface typeStephen Hemminger
Not restricted to just ethernet, RIP should work over bonding etc..
2009-03-02Use new syntax and allow any interfaceStephen Hemminger
Not restricted to just ethernet.
2009-02-26Add missing quote around quagga command.Stig Thormodsrud
2009-02-25Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jennerStig Thormodsrud
2009-02-25Use single quotes around $VAR(@).Stig Thormodsrud
2009-02-25Change from double quote to single quote around $VAR(@).Stig Thormodsrud
2009-02-25Revert "Make sure to quote $VAR(@) usage."Stig Thormodsrud
This reverts commit 66f7e4b555c01812cbe5f993bc112cec99743235.
2009-02-24OSPFv3 start ospf6dStephen Hemminger
Start daemon on create. And use "modern" CLI syntax
2009-02-24Use multi-line in one create nodeStephen Hemminger
No need for two create: tags.
2009-02-24Start ripngd on createStephen Hemminger
Same as RIP
2009-02-24Use multi-line create on ospfStephen Hemminger
No need for two tags.
2009-02-24Start BGP on createStephen Hemminger
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-19as per discussion with Stephen. update handles shutdown of daemon and ↵slioch
explicit stop is not needed. Removed from delete node, but might promote end action to delete action
2009-02-19applied same changes to ospf and rip as to bgp re: start/stop router daemon ↵slioch
hooks
2009-02-19changes to support bgp start/stopslioch
2009-02-19Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jennerStig Thormodsrud
2009-02-19force BGP onStephen Hemminger
2009-02-18Rework of protocol startupStephen Hemminger
Use scripts to do start/stop (instead of disable template). Integrate reload into new quagga-manager script
2009-02-16Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jennerStig Thormodsrud
2009-02-16Move daemon start to the disable nodeStephen Hemminger
Need way to get daemons started before top level node. Really a hack because of the way priorities are managed on node hieararchy
2009-02-13Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
Conflicts: scripts/vyatta-protocol
2009-02-11Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jennerStig Thormodsrud
2009-02-11OSPF: allow any type interfaceStephen Hemminger
Bugfix 4014 Allow any interface name that might be configurable for passive-interface
2009-02-11Initial commit of config commands for ospfv3root
2009-02-05Move sudo from vyatta-protocol to nodesStephen Hemminger
Much cleaner to do sudo once rather than repeatedly
2009-02-05Manage daemons betterStephen Hemminger
1. Shutdown bgp on last neighbor removed 2. use daemon name consistently 3. change options to watchquagga
2009-02-04Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-02-04Protocol daemon managementStephen Hemminger
Bug 3828 Start protocols from configuration system, and use watchquagga to restart protocol daemons after failure
2009-02-02Bugfix 4052: Add support for PPPOE over ethernet VIFs.Bob Gilligan
2008-12-15Allow any interface for interface routesStephen Hemminger
Allow interface routes to be configured to any device name (existing or not). This allows for future technolgies, and also handles case of tunnels and other devices that may need routes configured before they exist.
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