diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-08-22 16:55:15 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-08-22 16:55:15 +0000 |
commit | a066a216d6f999b4a8acaf5cd54d2f0e78b8eeb4 (patch) | |
tree | 41d3b5501363ba8e3d5c6c9be1dc1a7c37757244 /regress/sbin/route | |
parent | c915ea048607278aaac5b0ebb4b7812d802e9b6b (diff) |
Sync counters now that ifa_ifwithroute() no longer uses ifa_ifwithnet().
Diffstat (limited to 'regress/sbin/route')
-rw-r--r-- | regress/sbin/route/rttest12.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/route/rttest12.ok b/regress/sbin/route/rttest12.ok index a97c89eea5d..10845427bb1 100644 --- a/regress/sbin/route/rttest12.ok +++ b/regress/sbin/route/rttest12.ok @@ -5,5 +5,5 @@ Destination Gateway Flags Refs Use Mtu Prio Iface 10.8.1/24 192.0.2.4 UGS 0 0 32768 8 lo10004 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 UHl 0 1 32768 1 lo10003 -192.0.2.4 192.0.2.4 UHl 1 1 32768 1 lo10004 +192.0.2.3 192.0.2.3 UHl 0 2 32768 1 lo10003 +192.0.2.4 192.0.2.4 UHl 1 2 32768 1 lo10004 |