From 4d5fdf0b5086aa6d5b38240c39e00d9ac3c34976 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 13 Jan 2011 15:46:26 +0100 Subject: Replace ospf with vrrp in the testsuite Some systems do not contain ospf in /etc/protocols but ospfigp only. --- tests/hash:ip,port.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/hash:ip,port.t') diff --git a/tests/hash:ip,port.t b/tests/hash:ip,port.t index 82f8716..aabd861 100644 --- a/tests/hash:ip,port.t +++ b/tests/hash:ip,port.t @@ -58,10 +58,10 @@ 0 ipset test test 2.0.0.1,tcp:80 # Test element with UDP protocol 0 ipset test test 2.0.0.1,udp:80 -# Add element with ospf -0 ipset add test 2.0.0.1,ospf:0 -# Test element with ospf -0 ipset test test 2.0.0.1,ospf:0 +# Add element with vrrp +0 ipset add test 2.0.0.1,vrrp:0 +# Test element with vrrp +0 ipset test test 2.0.0.1,vrrp:0 # List set 0 ipset list test > .foo0 && ./sort.sh .foo0 # Check listing -- cgit v1.2.3