summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-13 15:46:26 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-13 15:46:26 +0100
commit4d5fdf0b5086aa6d5b38240c39e00d9ac3c34976 (patch)
treed0fde1b661e3e42e81d8f78733a4e58b05a46bc2 /tests
parentd0c45cd09b929c31b41a4458c6d3784cfea5e948 (diff)
Replace ospf with vrrp in the testsuite
Some systems do not contain ospf in /etc/protocols but ospfigp only.
Diffstat (limited to 'tests')
-rw-r--r--tests/hash:ip,port.t8
-rw-r--r--tests/hash:ip,port.t.list22
2 files changed, 5 insertions, 5 deletions
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