diff options
Diffstat (limited to 'templates/protocols/ospfv3/redistribute/node.def')
-rw-r--r-- | templates/protocols/ospfv3/redistribute/node.def | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/templates/protocols/ospfv3/redistribute/node.def b/templates/protocols/ospfv3/redistribute/node.def index c33bd557..0f60ac58 100644 --- a/templates/protocols/ospfv3/redistribute/node.def +++ b/templates/protocols/ospfv3/redistribute/node.def @@ -1,10 +1 @@ -multi: -type: txt -help: Set route type to redistribute -allowed: echo "static kernel connected ripng bgp" -create:expression: "vtysh -c \"configure terminal\" \ - -c \"router ospf6 \" \ - -c \"redistribute $VAR(@) \"; " -delete:expression: "vtysh -c \"configure terminal\" \ - -c \"router ospf6 \" \ - -c \"no redistribute $VAR(@) \"; " +help: Set to redistribute information from another routing protocol |