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"