1 2 3 4 5 6 7 8 9
type: u32 help: "OSPF administrative distance" syntax: $(@) >= 1 && $(@) <= 255; "Must be between 1-255" update: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \ -c \"distance $(@) \"; " delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \ -c \"no distance $(@) \"; "