blob: 7c3ff0b557715d0837d1a659426e30ca134300ac (
plain)
1
2
3
|
help: Disable forming of adjacency on this interface
create: vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 passive"
delete: vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ospf6 passive"
|