diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-09 10:49:37 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-09 10:49:37 +0000 |
commit | d82499bfdadb368f0a12308624bfbdfc1f1ccc3c (patch) | |
tree | 6a785e737e2f8c0269c1b4cd023213043810287c /regress/sbin/route/rttest7.ok | |
parent | 0848e23fb4248d739252cda3a39b72045e7a6f7d (diff) |
Match recent rtalloc(9) rewrite.
Gateway routes are now cached the first time they are used and no longer
when they are added. This allows to track down which multipath route is
being selected as next-hop.
Diffstat (limited to 'regress/sbin/route/rttest7.ok')
-rw-r--r-- | regress/sbin/route/rttest7.ok | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/route/rttest7.ok b/regress/sbin/route/rttest7.ok index 744cfef2ff9..2b83578be2a 100644 --- a/regress/sbin/route/rttest7.ok +++ b/regress/sbin/route/rttest7.ok @@ -4,7 +4,7 @@ Internet: Destination Gateway Flags Refs Use Mtu Prio Iface 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 -192.0.2.1 192.0.2.1 UHl 1 1 32768 1 lo10001 -192.0.2.2 192.0.2.2 UHl 0 1 32768 1 lo10002 -192.0.2.3 192.0.2.3 UHl 1 1 32768 1 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 UHl 0 0 32768 1 lo10003 192.0.2.4 192.0.2.4 UHl 0 0 32768 1 lo10004 |