summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf/mtu-ignore
diff options
context:
space:
mode:
Diffstat (limited to 'interface-templates/ip/ospf/mtu-ignore')
-rw-r--r--interface-templates/ip/ospf/mtu-ignore/node.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/interface-templates/ip/ospf/mtu-ignore/node.def b/interface-templates/ip/ospf/mtu-ignore/node.def
new file mode 100644
index 00000000..e2c897e7
--- /dev/null
+++ b/interface-templates/ip/ospf/mtu-ignore/node.def
@@ -0,0 +1,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"