blob: 2edf52050f6a2a674290f7174f8b2e5f6b112518 (
plain)
1
2
3
|
help: Disable Maximum Transmission Unit mismatch detection
create:vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 mtu-ignore"
delete:vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ospf6 mtu-ignore"
|