Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-10 | Hide filter-list node until bug 4498 is fixed. | Stig Thormodsrud | |
2009-06-09 | Remove hidden templates | Stephen Hemminger | |
Templates in */node.tag/node.def are meaningless in current CLI. Remove all the templates that are intermediat help text. | |||
2009-06-08 | Remove bogus templates | Stephen Hemminger | |
node.def below node.tag is meaningless | |||
2009-06-03 | Fix OSPFv3 filter list node | Stephen Hemminger | |
Node was marked as 'tag:' but was a leaf node. | |||
2009-06-03 | Use bgpd default import-check flag | Stephen Hemminger | |
Move the default import-check enabled from template to command line option in bgpd. This resolves some of the startup issues. | |||
2009-06-03 | Start bgpd earlier in process | Stephen Hemminger | |
BGPD needs to be started when parameters and neighbors are set. Bug 4486 | |||
2009-06-02 | Use create to get remote-as to go first | Stephen Hemminger | |
need remote-as to be highest priority sibling Bug 4486 | |||
2009-06-02 | Replace update tag on multi-nodes | Stephen Hemminger | |
Multiple value nodes are never updated, only created or deleted. | |||
2009-06-02 | Convert update: on mulitnodes to create: | Stephen Hemminger | |
This is what CLI Primer says is supposed to work. | |||
2009-06-01 | Fix setup of protocols on boot | Stephen Hemminger | |
New CLI appears to require 'update:' rather than 'create:' on tag nodes in order for them to get applied correctly. Workaround this by changing all the create: to update: in Quagga config Bug 4486 | |||
2009-05-28 | Convert template to new syntax | Stephen Hemminger | |
Use same syntax as other nodes Precursor to automated edit of nodes for other bugfix. | |||
2009-05-28 | Abort transaction on delete of neighbor in peer group | Stephen Hemminger | |
The new CLI doesn't fail transaction automatically when one command fails. | |||
2009-05-28 | Allow passive-interface definition for any device | Stephen Hemminger | |
Bug 4014 The actual device (ppp for example) may not exist when OSPF is brought up, so allow any name | |||
2009-05-28 | Convert template to new syntax | Stephen Hemminger | |
Use 'update: ...' rather than 'update:expression: ...' | |||
2009-05-21 | Start daemon at begining | Stephen Hemminger | |
This may resolve some of the priority issues. | |||
2009-05-21 | Allow interface as BGP source | Stephen Hemminger | |
Bug 4391 Quagga allows IP address or interface as update source, so generalize existing template. | |||
2009-05-07 | Get rid of update action | Stephen 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-04-04 | Move "commit" check out of invalid node.tag/node.def. | Stig Thormodsrud | |
2009-03-31 | Revert "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-31 | Remove redundant check-as call since it doesn't work with peer-groups. | Stig Thormodsrud | |
2009-03-31 | Fix template for soft-reconfiguration | Stephen 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-25 | Change "rip/ripng interface" check from "syntax" to "commit". | Stig Thormodsrud | |
Change error message to not say "ethernet". | |||
2009-03-24 | Change "syntax" to "commit" check for "protocol ospf passive-interace" | Stig Thormodsrud | |
2009-03-16 | Handle error message in perl code | Stephen Hemminger | |
Easier to just have utility print error message | |||
2009-03-12 | Replace update with create on multi-node | Stephen Hemminger | |
Avoid config issues with update on multi-node | |||
2009-03-07 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-03-05 | Fix call to vyatta-interfaces.pl --check now requires --dev | Stig Thormodsrud | |
2009-03-05 | Fix 'passive-interface' to allow interface or 'default'. | Stig Thormodsrud | |
2009-03-04 | clean up other static route commands to remove references to /tmp/ pellets ↵ | slioch | |
and to use environment variable set via new cli. | |||
2009-03-04 | ported 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-02 | Static: show all interfaces in allowed list | Stephen Hemminger | |
Any valid interface is allowed. | |||
2009-03-02 | RIPNG: allow any interface type | Stephen Hemminger | |
Routing protocols should show all interfaces in allowed list. | |||
2009-03-02 | RIP allow any interface type | Stephen Hemminger | |
Not restricted to just ethernet, RIP should work over bonding etc.. | |||
2009-03-02 | Use new syntax and allow any interface | Stephen Hemminger | |
Not restricted to just ethernet. | |||
2009-02-26 | Add missing quote around quagga command. | Stig Thormodsrud | |
2009-02-25 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jenner | Stig Thormodsrud | |
2009-02-25 | Use single quotes around $VAR(@). | Stig Thormodsrud | |
2009-02-24 | OSPFv3 start ospf6d | Stephen Hemminger | |
Start daemon on create. And use "modern" CLI syntax | |||
2009-02-24 | Use multi-line in one create node | Stephen Hemminger | |
No need for two create: tags. | |||
2009-02-24 | Start ripngd on create | Stephen Hemminger | |
Same as RIP | |||
2009-02-24 | Use multi-line create on ospf | Stephen Hemminger | |
No need for two tags. | |||
2009-02-24 | Start BGP on create | Stephen Hemminger | |
2009-02-20 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jenner | Stig Thormodsrud | |
2009-02-19 | as 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-19 | applied same changes to ospf and rip as to bgp re: start/stop router daemon ↵ | slioch | |
hooks | |||
2009-02-19 | changes to support bgp start/stop | slioch | |
2009-02-19 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jenner | Stig Thormodsrud | |
2009-02-19 | force BGP on | Stephen Hemminger | |
2009-02-18 | Rework of protocol startup | Stephen Hemminger | |
Use scripts to do start/stop (instead of disable template). Integrate reload into new quagga-manager script | |||
2009-02-16 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jenner | Stig Thormodsrud | |