summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ospfv3/ifmtu/node.def
blob: 18d6d51554a49c57442199d88b514a2820d9a8af (plain)
1
2
3
4
5
6
7
type: u32
help: Interface MTU
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 65535; "Must be between 1-65535"
val_help: u32:1-65535; Interface MTU

update: vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 ifmtu $VAR(@)"
delete: vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ospf6 ifmtu"