summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2009-05-28Convert template to new syntaxStephen Hemminger
Use 'update: ...' rather than 'update:expression: ...'
2009-05-26Start BGP at start of policy transactionStephen Hemminger
Related to bug 4345
2009-05-21Start daemon at beginingStephen Hemminger
This may resolve some of the priority issues.
2009-05-21Allow interface as BGP sourceStephen Hemminger
Bug 4391 Quagga allows IP address or interface as update source, so generalize existing template.
2009-05-12Syntax error in gateway-address templateStephen Hemminger
Missing fi.
2009-05-07Get rid of update actionStephen Hemminger
There were several problems with the quagga-manager update. 1) can not have multiple end: tags in same tree path 2) can not shutdown bgp without losing policy 3) watchquagga timing races
2009-05-07Setting community policy needs to start BGPStephen Hemminger
2009-05-07Convert template to non-expression create/update/deleteStephen Hemminger
New syntax is cleaner
2009-04-04Move "commit" check out of invalid node.tag/node.def.Stig Thormodsrud
2009-03-31Revert "Remove redundant check-as call since it doesn't work with peer-groups."Stig Thormodsrud
Wrong way to fix it. This reverts commit b6f1a09410983507a7cfc8b08dafbd13600ed8e5.
2009-03-31Remove redundant check-as call since it doesn't work with peer-groups.Stig Thormodsrud
2009-03-31Fix template for soft-reconfigurationStephen Hemminger
Fixing vyatta-bgp checker found a bug in this template. Template refered to wrong node in commit check. It would do: vyatta-bgp.pl --check-as --as <neighbor> --neighbor soft-reconfiguration
2009-03-25Change "rip/ripng interface" check from "syntax" to "commit".Stig Thormodsrud
Change error message to not say "ethernet".
2009-03-25Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-03-25Generate interface templates as part of buildStephen Hemminger
Rather than 100's of copies of the same template, use the same process as the firewall module to generate the templates. For this, the are meta-templates in interface-templates directory which get processed and $IFNAME is replaced by the appropriate CLI syntax to refer back to the directory name. Changing a quagga template in most cases can be done by fixing the meta-template.
2009-03-24Change "syntax" to "commit" check for "protocol ospf passive-interace"Stig Thormodsrud
2009-03-23Start ipv6 daemons as needed during ospf/rip configStephen Hemminger
2009-03-23Use symlinks to reduce number of node files.Stephen Hemminger
Rather than having mulitple copies of same template, use symlinks
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