summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/node.def
blob: ae4e0ebb2e3afe35e3dc962c10c684dd57d7d501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
priority: 660
help: Routing Information Protocol (RIPng) parameters
create: vtysh -c "configure terminal" -c "router ripng"
delete: vtysh -c "configure terminal" -c "no router ripng"
end:
  if [ "$COMMIT_ACTION" != "DELETE" ]; then
    vtysh -d ripngd -c 'sh run' > /opt/vyatta/etc/quagga/ripngd.conf
    sudo vtysh --writeconfig --noerror
  else
    rm -f /opt/vyatta/etc/quagga/ripngd.conf
  fi