From 5ae4a2382b7839e0e7f9cca77460f650b794e2db Mon Sep 17 00:00:00 2001 From: mevertse Date: Mon, 8 Jul 2019 09:53:36 +0200 Subject: T1391: In route-map set community additive (#28) --- .../policy/route-map/node.tag/rule/node.tag/set/community/node.def | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/policy/route-map/node.tag/rule/node.tag/set/community/node.def b/templates/policy/route-map/node.tag/rule/node.tag/set/community/node.def index ccb033fc..9bf94abb 100644 --- a/templates/policy/route-map/node.tag/rule/node.tag/set/community/node.def +++ b/templates/policy/route-map/node.tag/rule/node.tag/set/community/node.def @@ -5,8 +5,9 @@ val_help: local-AS; Advertise communities in local AS only (NO_EXPORT_SUBCONFED) val_help: no-advertise; Don't advertise this route to any peer (NO_ADVERTISE) val_help: no-export; Don't advertise outside of this AS of confederation boundry (NO_EXPORT) val_help: internet; Symbolic Internet community 0 +val_help: additive; Add the community instead of replacing existing communities -allowed:echo "none local-AS no-advertise no-export internet" +allowed:echo "none local-AS no-advertise no-export internet additive" syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-community $VAR(@)" commit:expression: $VAR(../../action/) != "" ; "You must specify an action" -- cgit v1.2.3