diff options
author | Mihail Vasilev <mick@corp.linkintel.ru> | 2016-05-10 09:07:38 +0000 |
---|---|---|
committer | Mihail Vasilev <mick@corp.linkintel.ru> | 2016-05-10 09:07:38 +0000 |
commit | c56371dae519f4b67f91c0dddc71645168b34160 (patch) | |
tree | 5609ee4df8fd4358d21cc4cda65136171d338a5c /templates/policy/extcommunity-list/standard/node.def | |
parent | c309df3e034e2fe93659559d8947077285ccc985 (diff) | |
download | vyatta-cfg-quagga-c56371dae519f4b67f91c0dddc71645168b34160.tar.gz vyatta-cfg-quagga-c56371dae519f4b67f91c0dddc71645168b34160.zip |
Initial commit on T64. (Bgp extcommunity list)
Diffstat (limited to 'templates/policy/extcommunity-list/standard/node.def')
-rw-r--r-- | templates/policy/extcommunity-list/standard/node.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/policy/extcommunity-list/standard/node.def b/templates/policy/extcommunity-list/standard/node.def new file mode 100644 index 00000000..aec1edcd --- /dev/null +++ b/templates/policy/extcommunity-list/standard/node.def @@ -0,0 +1,8 @@ +tag: +priority: 485 +type: txt +help: Border Gateway Protocol (BGP) extended community-list filter + +syntax:expression: pattern $VAR(@) "^[a-zA-Z0-9]+$" ; "Should be alphanumeric name" + +end: /opt/vyatta/sbin/vyatta-policy.pl --update-community-list standard $VAR(@) |