blob: 77991f973575b096bb0d1960696463817d21e2b5 (
plain)
1
2
3
4
5
6
7
|
help: Configure Routing Information Protocol (RIPng) parameters
create: vyatta-vtysh -c "configure terminal" \
-c "router ripng"
delete: vyatta-vtysh -c "configure terminal" \
-c "no router ripng"
|