summaryrefslogtreecommitdiff
path: root/scripts/policy
AgeCommit message (Collapse)Author
2023-08-30T4475: route-map allow IPv6 address for match peer optionViacheslav Hletenko
set policy route-map foo rule 100 action 'permit' set policy route-map foo rule 100 match peer 'fe80::2'
2021-05-08policy: T3528: Fix seq for community listssever-sever
2020-07-05frr: T2686: fixed large-community-list configuration generationerik
Co-authored-by: Erik Kooistra <me@erikkooistra.nl>
2020-06-05policy: T2389: fix add/del for policy community listsViacheslav Hletenko
2020-05-25vyatta-cfg-quagga: T2389: Fix community-list errorsever-sever
2018-11-18T799: remove a workaround for FRR#3215, it's not possible to delete a ↵Daniil Baturin
community-list at once The problem still exists for extcommunity-lists.
2018-11-11T964: update commands for community lists.Daniil Baturin
2018-10-21T64: fix and revamp the broken extcommunity-list commands.Daniil Baturin
2018-10-21T799: workaround for FRR being unable to delete entire community lists.Daniil Baturin
2016-05-12Fix.Mihail Vasilev
2016-05-10Initial commit on T64. (Bgp extcommunity list)Mihail Vasilev
2012-12-14Initial commit for supporting ACL config for multicast for SE version.Gaurav Sinha
2010-06-04fix direct active dir access in node.defsRobert Bays
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-01-18Add IPv6 policy access-list.Stig Thormodsrud
2009-03-27Fix some possible issues with policy scriptStephen Hemminger
Change to closure would not allow exit to work correctly. Go back to old way using variables. Use grep -c to count instances Also rerun through tidy.
2009-01-28policy: turn on strictStephen Hemminger
Turn on strict, then fix a bunch of incorrect messages. Fix perlcritic warnings and reformat.
2009-01-28check-as-prepend: turn on strictStephen Hemminger
And reindent.
2008-11-21Convert to new Vyatta::Config hierarchyStephen Hemminger
2008-08-12Revert "Replace vyatta-vtysh with vtysh"Stephen Hemminger
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
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-07-10Fix 2752: "Unknown command" after "source any" was configured in the second ↵Stig Thormodsrud
rule of an access-list
2008-05-17Fix 3266: Syntax validation for as-path-prepend does not allow 32 bit ASNsStig Thormodsrud
Fix 3268 : CLI allows an as-path-prepend of > 24 ASNs but routing engine does not appear to support > 24
2008-03-17update help for access-listsRobert Bays
2008-03-11fixes for bugs 2713, 2541, 2888, 2676Robert Bays
2008-03-10fix for bugs 2541, 2888, 2676Robert Bays
2008-01-09Fix for bug 2615 "as-path-list configuration was not sent to the routing ↵Stig Thormodsrud
engine".
2007-11-19Add syntax validation for as-path prepend.Stig Thormodsrud
2007-11-16Fix "set policy community-list|as-path".Stig Thormodsrud
2007-11-15Fix "set policy access-list destination any".Stig Thormodsrud
2007-11-09template updatesRobert Bays
2007-10-01fixed dependency and quagga path.An-Cheng Huang
2007-10-01initial import (from eureka /cli).upstreamAn-Cheng Huang