From e6a65c38e41f32d353dc5176ac127ad5bca9426b Mon Sep 17 00:00:00 2001 From: Bharat Date: Thu, 4 Oct 2012 11:54:32 -0700 Subject: Bug 8200: Changed gred to not display shim6 --- templates/policy/route/node.tag/rule/node.tag/protocol/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/policy/route/node.tag/rule/node.tag/protocol/node.def b/templates/policy/route/node.tag/rule/node.tag/protocol/node.def index 6e0e9a6..09bc06a 100644 --- a/templates/policy/route/node.tag/rule/node.tag/protocol/node.def +++ b/templates/policy/route/node.tag/rule/node.tag/protocol/node.def @@ -17,6 +17,6 @@ syntax:expression: exec "if [ -n \"`/opt/vyatta/sbin/vyatta-validate-type protoc # Provide some help for command completion. Doesn't return negated # values or protocol numbers allowed: - protos=`cat /etc/protocols | sed -e '/^#.*/d' | awk '{ print $1 }' | grep -v 'v6'` + protos=`cat /etc/protocols | sed -e '/^#.*/d' | awk '{ print $1 }' | grep -v '6'` protos="all $protos tcp_udp" echo -n $protos -- cgit v1.2.3