multi: type: ipv6net help: RIPng static route syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary $VAR(@)" create: vtysh -c "configure terminal" \ -c "router ripng" \ -c "route $VAR(@)" delete: vtysh -c "configure terminal" \ -c "router ripng" \ -c "no route $VAR(@)"