diff options
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 |