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(@) \"; "