Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 0.18.46debian/0.18.46 | slioch | |
2009-11-04 | corresponding fix for bug 5037 in kenwood | slioch | |
2009-11-02 | 0.18.45debian/0.18.45 | Stig Thormodsrud | |
2009-11-02 | Fix call the vyatta-cli-expand-var.pl. | Stig Thormodsrud | |
2009-11-02 | 0.18.44debian/0.18.44 | Stig Thormodsrud | |
2009-11-02 | Fix 5028: BGP password containing special characters not correctly passed to ↵ | Stig Thormodsrud | |
quagga | |||
2009-10-30 | 0.18.43debian/0.18.43 | Stig Thormodsrud | |
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 | 0.18.42debian/0.18.42 | Stig Thormodsrud | |
2009-10-30 | Fix 5060: error adding bgp policy to ipv6 peer. | Stig Thormodsrud | |
2009-10-30 | 0.18.41debian/0.18.41 | Stig Thormodsrud | |
2009-10-30 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwood | Stig Thormodsrud | |
2009-10-30 | First pass of IPv6 policy. | Stig Thormodsrud | |
2009-10-27 | 0.18.40debian/0.18.40 | slioch | |
2009-10-27 | modify bgp priorities to schedule as last protocol for quagga. | slioch | |
2009-10-27 | 0.18.39debian/0.18.39 | Stig Thormodsrud | |
2009-10-27 | Fix 5036: Unable to configure more than one interface per area in OSPFv3 | Stig Thormodsrud | |
2009-10-21 | 0.18.38debian/0.18.38 | slioch | |
2009-10-21 | move priority after tag nodes. | slioch | |
2009-10-20 | 0.18.37debian/0.18.37 | slioch | |
2009-10-20 | pushed priority to node.def's | slioch | |
2009-10-16 | 0.18.36debian/0.18.36 | Stig Thormodsrud | |
2009-10-16 | Fix 5015: Route maps terms that contain reference to VIF interfaces fail to ↵ | Stig Thormodsrud | |
load on boot | |||
2009-10-14 | 0.18.35debian/0.18.35 | An-Cheng Huang | |
2009-10-14 | add .merge-branch-exclude | An-Cheng Huang | |
2009-10-13 | 0.18.34debian/0.18.34 | Stephen Hemminger | |
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 | Start all routing daemons when/if policy defined | Stephen Hemminger | |
The Quagga system needs all daemons to be running if any prefix list is defined. And since CLI allows only one begin event, we are forced to start all routing daemons if user defines any policy! Bug 4643 (cherry picked from commit 8baea0622fbbc6a9e643df2a4bb8fa8a72fd02fa) | |||
2009-10-13 | Allow starting multiple daemons at once | Stephen Hemminger | |
Avoid having to run script multiple times. (cherry picked from commit 61a47e2f6c508330e779ac10e9b9d7cd0303bd5d) | |||
2009-10-13 | remove pseudo-ethernet vif | Stephen Hemminger | |
(cherry picked from commit 4fb63789bf16c0453ad202f73fc78c8e05c55b69) | |||
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-20 | 0.18.33debian/0.18.33 | Stephen Hemminger | |
2009-08-20 | Generate templates for wirless devices | Stephen Hemminger | |
2009-08-14 | 0.18.32debian/0.18.32 | Stig Thormodsrud | |
2009-08-14 | Reset to default value when deleted | Jon Andersson | |
2009-08-12 | 0.18.31debian/0.18.31 | Mohit Mehta | |
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 | 0.18.30debian/0.18.30 | Bob Gilligan | |
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-13 | 0.18.29debian/0.18.29 | Bob Gilligan | |
2009-07-13 | Bugfix 4708: Use "create" field instead of "update" for non-leaf multi-nodes. | Bob Gilligan | |
2009-07-09 | 0.18.28debian/0.18.28 | Bob Gilligan | |
2009-07-09 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwood | Bob Gilligan | |
2009-07-09 | Bugfix 4716: Need to perform different actions on "update" and "create". | Bob Gilligan | |
2009-07-09 | 0.18.27debian/0.18.27 | Stephen Hemminger | |
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) |