summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ospfv3/passive/node.def
blob: a01ee538995f2f9af0079eeef6ed97975b0fca0b (plain)
1
2
3
help: Disable forming of adjacency on this interface
create: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 passive"
delete: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ospf6 passive"