Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-17 | Bugfix 5458: Include interface name, if present, when deleting IPv6 routes. | Bob Gilligan | |
When deleting an IPv6 static route from Quagga, we have to specify the route precisely the same way it was originally configured. If the route includes an outgoing interface, it must be specified. If the route does not include an outgoing interface, one must not be specified. | |||
2010-03-15 | Fix trailing whitespace errors | Stephen Hemminger | |
Template errors caused by trailing whitespace. | |||
2010-03-05 | Get rid of vyatta-vtysh | Stephen Hemminger | |
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies. | |||
2010-02-18 | BGP IPv6 peer route-map fails on boot-up. | Stig Thormodsrud | |
2010-02-18 | Fixes to support IPv6 BGP peer. | Stig Thormodsrud | |
2010-02-17 | Fix 5347: committing unsuppress-map for bgp ipv6 neigbor failed | Stig Thormodsrud | |
2010-02-17 | Fix 5345: committing filter-list for bgp ipv6 neigbor failed | Stig Thormodsrud | |
2010-02-17 | Fix 5344: committing prefix-list6 as bgp ipv6 neighbor prefix-list | Stig Thormodsrud | |
got "prefix-list <> doesn't exist" | |||
2010-02-12 | Fix 4161: Bad config handling of "procotols ospf passive-interface". | Stig Thormodsrud | |
2010-01-20 | Fix 5235: Not possible to run OSPFv3 on multiple interfaces | Stig Thormodsrud | |
2010-01-15 | Bugfix 5221: Allow outgoing interface to be specified for IPv6 static route. | Bob Gilligan | |
When configuring an IPv6 static route where the next-hop is a link-local address, the outgoing interface must be specified. This change adds a new parameter named "interface" under the IPv6 static route config parameter sub-tree. | |||
2009-12-04 | Fix 5113: bgp default-originate commit fails for IPv6 | Stig Thormodsrud | |
2009-11-30 | added required keyword to help text. | Michael Larson | |
2009-11-16 | modify priorities (see bug 5114) for kenwood | Michael Larson | |
2009-11-07 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwood | Stig Thormodsrud | |
2009-11-07 | arp command for statics needs to be run under sudo | David S. Madole | |
2009-11-04 | corresponding fix for bug 5037 in kenwood | slioch | |
2009-11-02 | Fix 5028: BGP password containing special characters not correctly passed to ↵ | Stig Thormodsrud | |
quagga | |||
2009-10-30 | Partial fix for 4984: Configuring an IP of a local interface as a bgp ↵ | Stig Thormodsrud | |
neighbor results in an out of sync condition between the vyatta config and the bgpd config - still need vtysh to exit non-zero. | |||
2009-10-30 | Fix 5060: error adding bgp policy to ipv6 peer. | Stig Thormodsrud | |
2009-10-27 | modify bgp priorities to schedule as last protocol for quagga. | slioch | |
2009-10-27 | Fix 5036: Unable to configure more than one interface per area in OSPFv3 | Stig Thormodsrud | |
2009-10-21 | move priority after tag nodes. | slioch | |
2009-10-20 | pushed priority to node.def's | slioch | |
2009-10-13 | Remove dynamic start of routing daemons | Stephen Hemminger | |
The CLI begin transaction restrictions make this impossible to do in a stable manner. Related to bug 4537 (cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb) | |||
2009-10-13 | Convert update: on mulitnodes to create: | Stephen Hemminger | |
This is what CLI Primer says is supposed to work. | |||
2009-10-13 | 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-08-12 | add support for disabling ipv6 and ipv6 static routes in config | Mohit Mehta | |
2009-07-30 | Fix 4769: bgp neighbor update-source fails on boot | Stig Thormodsrud | |
2009-07-15 | Bugfix 4708: Change update action in non-leaf valueless node to create | Bob Gilligan | |
An "update" action in a non-leaf valueless node is only called when the node is created for the first time. So the "create" action should be used instead of "update". | |||
2009-07-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. (cherry picked from commit ebd628b2b2a93d78a60c1d0ed41d0ab793c0efdf) | |||
2009-07-09 | Remove bogus templates | Stephen Hemminger | |
node.def below node.tag is meaningless (cherry picked from commit b606ac1a7f1120d5203a581d85e9953401d02b07) | |||
2009-07-09 | Fix OSPFv3 filter list node | Stephen Hemminger | |
Node was marked as 'tag:' but was a leaf node. (cherry picked from commit 31368eec9b7dd25e248140a8732fd4c814de52b9) | |||
2009-07-09 | 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. (cherry picked from commit a1d23a42ef83968222b0744505986db3e02b0ae8) | |||
2009-07-09 | Start bgpd earlier in process | Stephen Hemminger | |
BGPD needs to be started when parameters and neighbors are set. Bug 4486 (cherry picked from commit c600f91dee1ed705648eff626f8fd090a28720b5) | |||
2009-07-09 | Use create to get remote-as to go first | Stephen Hemminger | |
need remote-as to be highest priority sibling Bug 4486 (cherry picked from commit cf0f8def872cf356f10e14c5ac0956022eab9d0b) | |||
2009-07-09 | Replace update tag on multi-nodes | Stephen Hemminger | |
Multiple value nodes are never updated, only created or deleted. (cherry picked from commit 909452cdb631577aed7b9a7aed6613c2756f4e33) | |||
2009-07-09 | Convert update: on mulitnodes to create: | Stephen Hemminger | |
This is what CLI Primer says is supposed to work. (cherry picked from commit 4cb6efba141b1e54ee78077410dd027a8fcf1a39) | |||
2009-07-09 | 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 (cherry picked from commit 84536c188e359a9f046bc8f1c5a3180b3e03ee8b) | |||
2009-07-09 | Convert template to new syntax | Stephen Hemminger | |
Use same syntax as other nodes Precursor to automated edit of nodes for other bugfix. (cherry picked from commit 435e80791de6b051ab88c7eaa7c47265bbef3be5) | |||
2009-07-09 | Abort transaction on delete of neighbor in peer group | Stephen Hemminger | |
The new CLI doesn't fail transaction automatically when one command fails. (cherry picked from commit a50404c259bcbb424743d80a18bf87319666bce8) | |||
2009-06-10 | Hide filter-list node until bug 4498 is fixed. | Stig Thormodsrud | |
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 | |