summaryrefslogtreecommitdiff
path: root/templates/policy/route-map
AgeCommit message (Collapse)Author
2012-09-03move policy priority tag to each policy typeRobert Bays
2011-08-11Bugfix 7077: Add support for IPv6 nexthops in route mapsBob Gilligan
From patch written by: daniil.baturin@vyatta.com (cherry picked from commit 9e58fc07244553bd711c2d7a9b9b5c64ffeb550d)
2010-08-17remove low-level config dir usageAn-Cheng Huang
2010-07-21remove explicit paths from commit error messages since that is handled by ↵Robert Bays
CLI now
2010-07-21Remove verbs from help stringsStephen Hemminger
2010-07-21Convert Quagga templates to use val_help:Stephen Hemminger
2010-03-05Get rid of vyatta-vtyshStephen Hemminger
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies.
2010-03-04Allow multiple values in 'set community'Stephen Hemminger
Bug 5400 Allow for setting multiple values in quoted string for set community.
2010-02-17Fix 5347: committing unsuppress-map for bgp ipv6 neigbor failedStig Thormodsrud
2010-01-25Fix set community additiveStephen 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-18Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwoodStig Thormodsrud
2010-01-18Add IPv6 policy access-list.Stig Thormodsrud
2010-01-18Allow none as argument to set communityStephen Hemminger
2010-01-14Check arguement to policy route-map COMMUNITY rule N set communityStephen Hemminger
Add completion and syntax validation Bug 4964
2009-11-30added required keyword to help text.Michael Larson
2009-10-30First pass of IPv6 policy.Stig Thormodsrud
2009-10-16Fix 5015: Route maps terms that contain reference to VIF interfaces fail to ↵Stig Thormodsrud
load on boot
2008-08-12Revert "Replace vyatta-vtysh with vtysh"Stephen Hemminger
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-08-08Fix syntax problems identified by /opt/vyatta/sbin/check_tmplStig Thormodsrud
2008-07-30Replace calls to vyatta-vtysh perl script with vyatta-vtyshStephen 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-27Fix 3344: Unable to delete route-map that contains a 'set metric <value>' ↵Stig Thormodsrud
statement
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-quagga
2008-03-18finish help strings for policyRobert Bays
2008-03-17fix bgp and policy for match community and network backdoorRobert Bays
2008-03-14fix for bug 2800Robert Bays
2008-03-14fix for bugs 2725 and 2999Robert Bays
2008-03-11fixes for bugs 2713, 2541, 2888, 2676Robert Bays
2008-03-10fix for bug 2713Robert Bays
2008-03-10fix for bugs 2541, 2888, 2676Robert Bays
2008-03-07bug 2716: set metric-type is not implementedRobert Bays
2008-02-20fix for bug 2541--requires saving temporary file, plus script to walk tree ↵Michael Larson
and redefined nodes. a bit of a pain.
2008-01-31convert templates to new syntaxAn-Cheng Huang
2008-01-14Fix bug 2643: perfix-list can be committed without any action being setStig Thormodsrud
2008-01-12Fix 2608: Four octet ASN cannot be configuredStig Thormodsrud
2008-01-11Fix bug 2615, ignore quagga error from no commandStig Thormodsrud
2007-12-12Add 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-19Add syntax validation for as-path prepend.Stig Thormodsrud
2007-11-16Fix "set policy route-map set aggregator".Stig Thormodsrud
2007-11-12removing 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-09Merge 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-09template updatesRobert Bays
2007-11-09update templateAn-Cheng Huang
2007-11-09 updates to policyRobert Bays
2007-11-09fix for changes in cli referencingRobert Bays
2007-11-07fix route-mapsRobert Bays
remove old create statements
2007-11-07remove old style type config from bgp and policy templatesRobert Bays
2007-11-05User message modificationsJustin Fletcher
2007-11-05Help text modificationsJustin Fletcher
2007-11-02Fix broken path to vtysh.Stig Thormodsrud