summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/node.def
blob: 550a5ac7f2cce266b2bd254bfabe5cb32ee9bf81 (plain)
1
2
3
4
5
6
7
help: Configure Routing Information Protocol (RIPng) parameters

create: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \
          -c "router ripng"

delete: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \
          -c "no router ripng"