blob: b4665b347348bb8ffabe81c7774ec7d8ee669729 (
plain)
1
2
3
|
help: Disable forming of adjacency
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"
|