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 ++++---- tests/hash:ip,port.t.list2 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') 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 diff --git a/tests/hash:ip,port.t.list2 b/tests/hash:ip,port.t.list2 index 5686e43..6c1d95d 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 -- cgit v1.2.3