summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf/mtu-ignore/node.def
blob: e2c897e7de92130c5b6bc7dd7d0196059e81fb68 (plain)
1
2
3
help: Disable Maximum Transmission Unit (MTU) mismatch detection
create:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "ip ospf mtu-ignore"
delete:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ip ospf mtu-ignore"