Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-17 | Fix 5347: committing unsuppress-map for bgp ipv6 neigbor failed | Stig Thormodsrud | |
2010-01-25 | Fix set community additive | Stephen Hemminger | |
additive is a prefix to other values, ie. "additive internet" not a separate value. The value will need to be quoted (Bug 4376) Fixing the syntax correctly is too hard (requires new node type). | |||
2010-01-18 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwood | Stig Thormodsrud | |
2010-01-18 | Add IPv6 policy access-list. | Stig Thormodsrud | |
2010-01-18 | Allow none as argument to set community | Stephen Hemminger | |
2010-01-14 | Check arguement to policy route-map COMMUNITY rule N set community | Stephen Hemminger | |
Add completion and syntax validation Bug 4964 | |||
2009-11-30 | added required keyword to help text. | Michael Larson | |
2009-10-30 | First pass of IPv6 policy. | Stig Thormodsrud | |
2009-10-20 | pushed priority to node.def's | slioch | |
2009-10-16 | Fix 5015: Route maps terms that contain reference to VIF interfaces fail to ↵ | Stig Thormodsrud | |
load on boot | |||
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-05-26 | Start BGP at start of policy transaction | Stephen Hemminger | |
Related to bug 4345 | |||
2009-05-07 | Setting community policy needs to start BGP | Stephen Hemminger | |
2008-08-12 | Revert "Replace vyatta-vtysh with vtysh" | Stephen Hemminger | |
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435. | |||
2008-08-11 | Replace vyatta-vtysh with vtysh | Stephen Hemminger | |
2008-08-08 | Fix syntax problems identified by /opt/vyatta/sbin/check_tmpl | Stig Thormodsrud | |
2008-07-30 | Replace calls to vyatta-vtysh perl script with vyatta-vtysh | Stephen 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-06-27 | Fix 3344: Unable to delete route-map that contains a 'set metric <value>' ↵ | Stig Thormodsrud | |
statement | |||
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-quagga | |||
2008-03-18 | finish help strings for policy | Robert Bays | |
2008-03-17 | fix bgp and policy for match community and network backdoor | Robert Bays | |
2008-03-17 | iupdate help strings for policy nodes | Robert Bays | |
2008-03-17 | update help for access-lists | Robert Bays | |
2008-03-14 | fix for bug 2800 | Robert Bays | |
2008-03-14 | fix for bugs 2725 and 2999 | Robert Bays | |
2008-03-11 | fixes for bugs 2713, 2541, 2888, 2676 | Robert Bays | |
2008-03-10 | fix for bug 2713 | Robert Bays | |
2008-03-10 | fix for bugs 2541, 2888, 2676 | Robert Bays | |
2008-03-07 | bug 2716: set metric-type is not implemented | Robert Bays | |
2008-02-20 | fix for bug 2541--requires saving temporary file, plus script to walk tree ↵ | Michael Larson | |
and redefined nodes. a bit of a pain. | |||
2008-01-31 | convert templates to new syntax | An-Cheng Huang | |
2008-01-14 | Fix bug 2643: perfix-list can be committed without any action being set | Stig Thormodsrud | |
2008-01-12 | Fix 2608: Four octet ASN cannot be configured | Stig Thormodsrud | |
2008-01-11 | Fix bug 2615, ignore quagga error from no command | Stig Thormodsrud | |
2007-12-12 | Add wrapper script between cfg templates and vtysh. The wrapper will: | Stig Thormodsrud | |
- log commands to /tmp/vtysh.log - return error code when quagga responds with an errmsg - ignore errors when called with -n | |||
2007-11-19 | Add syntax validation for as-path prepend. | Stig Thormodsrud | |
2007-11-16 | Fix "set policy route-map set aggregator". | Stig Thormodsrud | |
2007-11-15 | Fix "set policy access-list destination network/inverse-mask/host". | Stig Thormodsrud | |
2007-11-15 | Fix "set policy access-list destination any". | Stig Thormodsrud | |
2007-11-15 | Fix "set policy prefix". | Stig Thormodsrud | |
2007-11-12 | removing TODO comments related to broken comparison from template files. | Robert Bays | |
Way to go An-cheng for fixing the cli! you rock like slayer. | |||
2007-11-09 | template update | Robert Bays | |
2007-11-09 | Merge branch 'master' of ↵ | Robert Bays | |
ssh://phuket.vyatta.com/usr/local/git//vyatta-cfg-quagga Conflicts: templates/policy/route-map/node.tag/rule/node.tag/match/tag/node.def | |||
2007-11-09 | template updates | Robert Bays | |
2007-11-09 | update template | An-Cheng Huang | |
2007-11-09 | updates to policy | Robert Bays | |
2007-11-09 | fix for changes in cli referencing | Robert Bays | |
2007-11-07 | fix route-maps | Robert Bays | |
remove old create statements | |||
2007-11-07 | remove old style type config from bgp and policy templates | Robert Bays | |