summaryrefslogtreecommitdiff
path: root/templates/system/gateway-address/node.def
blob: ca07284eb6a51dacecc6df9bec98bda08d024e92 (plain)
1
2
3
4
5
type: txt
help: "Configure default gateway"
create: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"ip route 0.0.0.0/0 $(@)\" "
delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"no ip route 0.0.0.0/0 $(@)\" "