summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
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
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-11-18Bugfix 3863: Provide ability to configure static ARP table entriesBob Gilligan
Add new config template tree starting at protocols.static.arp.
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-08-08Fix syntax errors found by check_tmpl.Stig Thormodsrud
2008-08-08Fix syntax error found by check_tmpl.Stig Thormodsrud
2008-08-08Fix syntax problems identified by /opt/vyatta/sbin/check_tmplStig Thormodsrud
2008-08-07Fix 3550: Setting kernel redistribution metric generates internal error.Stig Thormodsrud
2008-08-05Fix BGP IPv6 redistribute route-map error message.Stig Thormodsrud
2008-08-05Add BGP IPv6 redistribute commands.Stig Thormodsrud
2008-08-05Fix bgp soft-reconfiguration for IPv6.Stig Thormodsrud
2008-08-04Add IPv6 support to bgp cli.Stig Thormodsrud
2008-07-31Fix "delete protocols ripng".Stig Thormodsrud
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-07-29First pass at gluing ripng cli to quagga.Stig Thormodsrud
2008-07-28Use vyatta_sbindirStephen Hemminger
Wrong shell variable in earlier commit
2008-07-28Add new program to check prefix boundaryStephen Hemminger
Using perl to check prefix boundary, is slow because of the overhead of compiling the same script many times. So convert this simple task to a C program.
2008-07-27Fix ipv6 blackhole route.Stig Thormodsrud
2008-07-27Add cli for IPv6 static routes.Stig Thormodsrud
2008-06-27Fix 3344: Unable to delete route-map that contains a 'set metric <value>' ↵Stig Thormodsrud
statement
2008-06-19Add configuration parameter for BGP MD5Stephen Hemminger
Quagga supports BGP over TCP-MD5 now, so need CLI support. Bugfix: 2661
2008-06-11Fix 3345: Unable to configure OSPF redistribute <protocol> route-map <name>Stig Thormodsrud