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