summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2017-02-28 10:17:38 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2017-02-28 10:17:38 +0000
commit733d2987ec55a3619abe4d6a79d7386ac8c4b770 (patch)
tree8ecd43a314a42222c4fb89cf066ce48aa5db5612 /regress/sbin
parent843d91c989fa8478d122203a14ae8625c62528bc (diff)
Reflect recent net/route.c change. Adding a conflicting route no
longer increment a 'use' counter.
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/route/rttest3.ok2
-rw-r--r--regress/sbin/route/rttest5.ok2
-rw-r--r--regress/sbin/route/rttest6.ok2
-rw-r--r--regress/sbin/route/rttest8.ok2
4 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/route/rttest3.ok b/regress/sbin/route/rttest3.ok
index 6229b9032f9..3c4bb99edc8 100644
--- a/regress/sbin/route/rttest3.ok
+++ b/regress/sbin/route/rttest3.ok
@@ -2,7 +2,7 @@ Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Prio Iface
-10.8.1/24 192.0.2.3 UGS 0 1 32768 8 lo10003
+10.8.1/24 192.0.2.3 UGS 0 0 32768 8 lo10003
192.0.2.1 192.0.2.1 UHl 0 0 32768 1 lo10001
192.0.2.2 192.0.2.2 UHl 0 0 32768 1 lo10002
192.0.2.3 192.0.2.3 UHhl 1 4 32768 1 lo10003
diff --git a/regress/sbin/route/rttest5.ok b/regress/sbin/route/rttest5.ok
index 55032131b73..54c6974980d 100644
--- a/regress/sbin/route/rttest5.ok
+++ b/regress/sbin/route/rttest5.ok
@@ -2,7 +2,7 @@ Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Prio Iface
-10.8.1/24 192.0.2.2 UGS 0 1 32768 16 lo10002
+10.8.1/24 192.0.2.2 UGS 0 0 32768 16 lo10002
10.8.1/24 192.0.2.2 UGS 0 0 32768 17 lo10002
10.8.1/24 192.0.2.2 UGS 0 0 32768 18 lo10002
192.0.2.1 192.0.2.1 UHl 0 0 32768 1 lo10001
diff --git a/regress/sbin/route/rttest6.ok b/regress/sbin/route/rttest6.ok
index 778ea844840..75cab411edf 100644
--- a/regress/sbin/route/rttest6.ok
+++ b/regress/sbin/route/rttest6.ok
@@ -2,7 +2,7 @@ Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Prio Iface
-10.8.1/24 192.0.2.1 UGS 0 1 32768 16 lo10001
+10.8.1/24 192.0.2.1 UGS 0 0 32768 16 lo10001
10.8.1/24 192.0.2.2 UGS 0 0 32768 17 lo10002
10.8.1/24 192.0.2.3 UGS 0 0 32768 18 lo10003
192.0.2.1 192.0.2.1 UHhl 1 2 32768 1 lo10001
diff --git a/regress/sbin/route/rttest8.ok b/regress/sbin/route/rttest8.ok
index 987e5ff7fcd..00d9bf778c2 100644
--- a/regress/sbin/route/rttest8.ok
+++ b/regress/sbin/route/rttest8.ok
@@ -2,7 +2,7 @@ Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Prio Iface
-10.8.1/24 192.0.2.1 UGS 0 1 32768 16 lo10001
+10.8.1/24 192.0.2.1 UGS 0 0 32768 16 lo10001
10.8.1/24 192.0.2.3 UGS 0 0 32768 18 lo10003
10.8.1/24 192.0.2.2 GS 0 0 32768 17 lo10002
192.0.2.1 192.0.2.1 UHhl 1 2 32768 1 lo10001