diff options
author | Robert Bays <rbays@moresby.vyatta.com> | 2008-03-07 14:44:57 -0800 |
---|---|---|
committer | Robert Bays <rbays@moresby.vyatta.com> | 2008-03-07 14:44:57 -0800 |
commit | 700821ae3472ee3f8b038e6edf944dd3de4f44fc (patch) | |
tree | 961c45aa2df246a215666fef7bb581c04ac80295 /templates/protocols/ospf/distribute-list | |
parent | f38f4f89c5dc66d021938b7a63051c5e601f6eb3 (diff) | |
download | vyatta-cfg-quagga-700821ae3472ee3f8b038e6edf944dd3de4f44fc.tar.gz vyatta-cfg-quagga-700821ae3472ee3f8b038e6edf944dd3de4f44fc.zip |
bug 2783: set protocols ospf distribute-list...
Diffstat (limited to 'templates/protocols/ospf/distribute-list')
-rw-r--r-- | templates/protocols/ospf/distribute-list/node.def | 4 | ||||
-rw-r--r-- | templates/protocols/ospf/distribute-list/node.tag/out/node.def | 17 |
2 files changed, 0 insertions, 21 deletions
diff --git a/templates/protocols/ospf/distribute-list/node.def b/templates/protocols/ospf/distribute-list/node.def deleted file mode 100644 index 9f4a8f06..00000000 --- a/templates/protocols/ospf/distribute-list/node.def +++ /dev/null @@ -1,4 +0,0 @@ -tag: -type: txt -commit:expression: $VAR(./out/) != ""; "must add protocol to filter" -help: access-list to filter networks in routing updates diff --git a/templates/protocols/ospf/distribute-list/node.tag/out/node.def b/templates/protocols/ospf/distribute-list/node.tag/out/node.def deleted file mode 100644 index 98e6e169..00000000 --- a/templates/protocols/ospf/distribute-list/node.tag/out/node.def +++ /dev/null @@ -1,17 +0,0 @@ -multi: -type: txt -help: Filter outgoing routing updates -syntax:expression: $VAR(@) in "bgp", "connected", "isis", "kernel", "rip", "static"; "Must be (bgp, connected, isis, kernel, rip, or static)" -create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ - -c \"router ospf\" \ - -c \"distribute-list $VAR(../@) out $VAR(@) \"; " -delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ - -c \"router ospf\" \ - -c \"no distribute-list $VAR(../@) out $VAR(@) \"; " -comp_help: possible completions: - bgp Filter bgp routes - connected Filter connected routes - isis Filter isis routes - kernel Filter kernel routes - rip Filter rip routes - static Filter static routes |