diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-11-04 16:26:26 -0800 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-11-04 16:26:26 -0800 |
commit | 3bd08b2000e0fd3351f2c0eb15dffe8c78483078 (patch) | |
tree | 2b014d19578ea68ea7b3222998a46cb2c78c30d9 | |
parent | 1188ea56be0fbc0375fff40f216cb54e15191ec9 (diff) | |
download | vyatta-cfg-quagga-3bd08b2000e0fd3351f2c0eb15dffe8c78483078.tar.gz vyatta-cfg-quagga-3bd08b2000e0fd3351f2c0eb15dffe8c78483078.zip |
corresponding fix for bug 5037 in kenwood
5 files changed, 5 insertions, 0 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/distribute-list/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/distribute-list/node.def index 4013725c..5471b58e 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/distribute-list/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/distribute-list/node.def @@ -1 +1,2 @@ +priority: 708 help: Set an access-list to filter route updates to/from this neighbor diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/filter-list/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/filter-list/node.def index 191c561b..6e94adb9 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/filter-list/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/filter-list/node.def @@ -1 +1,2 @@ +priority: 706 help: Set an as-path-list to filter route updates to/from this neighbor diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/prefix-list/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/prefix-list/node.def index 1a6187c9..67889ad9 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/prefix-list/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/prefix-list/node.def @@ -1 +1,2 @@ +priority: 707 help: Set a prefix-list to filter route updates to/from this neighbor diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/route-map/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/route-map/node.def index 7d581eb7..bbc6a611 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/route-map/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/route-map/node.def @@ -1 +1,2 @@ +priority: 705 help: Set a route-map to filter route updates to/from this neighbor diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/unsuppress-map/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/unsuppress-map/node.def index 500e4ec4..ca68da46 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/unsuppress-map/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/unsuppress-map/node.def @@ -1,4 +1,5 @@ type: txt +priority: 709 help: Set a route-map to selectively unsuppress suppressed routes comp_help: \1 <txt>\t\troute-map name commit:expression: exec "/opt/vyatta/sbin/vyatta-bgp.pl --check-as --as $VAR(../../@) --neighbor $VAR(../@)" |