From d82499bfdadb368f0a12308624bfbdfc1f1ccc3c Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Mon, 9 Nov 2015 10:49:37 +0000 Subject: 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. --- regress/sbin/route/rttest7.ok | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'regress/sbin/route/rttest7.ok') 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 -- cgit v1.2.3