summaryrefslogtreecommitdiff
path: root/templates/policy
AgeCommit message (Collapse)Author
2018-10-21T64: fix and revamp the broken extcommunity-list commands.Daniil Baturin
2018-10-15T143: add CLI for setting large communities.Daniil Baturin
2018-10-14T143: add CLI for BGP large communities.Daniil Baturin
2018-10-14T897: check the value of the "set ipv6-next-hop local" option at set time.Daniil Baturin
2018-10-14T800: correct "no set ipv6-nexthop global" command syntax for FRR.Daniil Baturin
2018-02-15Fixing IPv6 next-hop for route-mapNick Pratley
2018-02-15Fixing ipv6 next-hop in route-mapNick Pratley
2017-10-05Merge pull request #13 from elizandropacheco/currentDaniil Baturin
ExtCommunities for Border Gateway Protocol
2017-05-18Fix Route Metric TypoDaKnOb
2017-04-30T23: Unable to remove rule from prefix listKim Hagen
do not add config if command fails
2017-04-04Add Border Gateway Protocol extommunities support on route-map parameter.Elizandro Pacheco
2017-04-04Add Border Gateway Protocol extommunities support on route-map parameter.Elizandro Pacheco
2016-10-22Merge pull request #10 from smunaut/T132Daniil Baturin
T132 Allow route-map to set "src"
2016-10-22Merge pull request #9 from mickvav/currentDaniil Baturin
Initial commit on T64. (Bgp extcommunity list)
2016-09-13T70: Prefix lists, allow le==ge allows ge to be emptyKim Hagen
2016-09-01T70: Prefix lists, allow le==geKim Hagen
2016-08-17policy/route-map: Allow action 'set src'Sylvain Munaut
Phabricator's T132 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2016-05-10Initial commit on T64. (Bgp extcommunity list)Mihail Vasilev
2014-11-06Bug #384: Add route-map support for 'as-path exclude'Kevin Blackham
2014-07-01Bug #102: add completion for as-path-list in route-map rule.Daniil Baturin
2014-03-31Tiny typo in tab completion.Simon Vigneux
``` vyatta@r1-part# set policy access-list 10 rule <tab><tab> Possible completions: > <1-65535>> Access-list rule number > 10 ``` **Should look like access-list6 tab completion:** ``` vyatta@r1-part# set policy access-list6 test rule <tab><tab> Possible completions: > <1-65535> Access-list6 rule number ```
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)
2011-01-04Fixed a typo in prefix-list6 completionDaniil Baturin
2010-08-31Bugfix 5545: Update quagga when any prefix-list6 rule element is changedBob Gilligan
Previously, quagga was updated only when a rule was created. This meant that changes would not be reflected in quagga until the system was rebooted, or until the rule was deleted and re-created. Patch courtesy of: Jon Andersson <Jon.Andersson@Thales.no>
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-20pushed priority to node.def'sslioch
2009-10-16Fix 5015: Route maps terms that contain reference to VIF interfaces fail to ↵Stig Thormodsrud
load on boot
2009-10-13Remove dynamic start of routing daemonsStephen 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-13Start all routing daemons when/if policy definedStephen 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-26Start BGP at start of policy transactionStephen Hemminger
Related to bug 4345
2009-05-07Setting community policy needs to start BGPStephen Hemminger
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