summaryrefslogtreecommitdiff
path: root/templates/protocols/ospfv3/redistribute/node.def
blob: c33bd557b275b011b28a556877d2c81de955d1cd (plain)
1
2
3
4
5
6
7
8
9
10
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(@) \"; "