From: Jozsef Kadlecsik Date: Thu, 13 Jan 2011 14:46:26 +0000 (+0100) Subject: Replace ospf with vrrp in the testsuite X-Git-Tag: v5.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5fdf0b5086aa6d5b38240c39e00d9ac3c34976;p=thirdparty%2Fipset.git Replace ospf with vrrp in the testsuite Some systems do not contain ospf in /etc/protocols but ospfigp only. --- diff --git a/tests/hash:ip,port.t b/tests/hash:ip,port.t index 82f8716e..aabd861c 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 diff --git a/tests/hash:ip,port.t.list2 b/tests/hash:ip,port.t.list2 index 5686e43d..6c1d95d9 100644 --- a/tests/hash:ip,port.t.list2 +++ b/tests/hash:ip,port.t.list2 @@ -4,7 +4,7 @@ Header: family inet hashsize 1024 maxelem 65536 Size in memory: 8432 References: 0 Members: -2.0.0.1,ospf:0 +2.0.0.1,vrrp:0 2.0.0.1,tcp:80 2.0.0.1,udp:80