diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2014-05-14 19:10:22 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2014-05-14 19:10:22 +0000 |
commit | 6e083194a1cb58ed0833101f88c106c91665c752 (patch) | |
tree | da3d41226495d521eb7435e9d146166f82cd419b /regress/sbin/route/rttest6.ok | |
parent | bcdc4d443f8bf5ddabf17b5a0acc6b377ac9d8a5 (diff) |
Adjust route outputs to the new lo(4) MTU which is now the same on all archs.
Makes this regress work again.
Diffstat (limited to 'regress/sbin/route/rttest6.ok')
-rw-r--r-- | regress/sbin/route/rttest6.ok | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/regress/sbin/route/rttest6.ok b/regress/sbin/route/rttest6.ok index f445d7af295..51b4091262e 100644 --- a/regress/sbin/route/rttest6.ok +++ b/regress/sbin/route/rttest6.ok @@ -2,10 +2,10 @@ Routing tables Internet: Destination Gateway Flags Refs Use Mtu Prio Iface -10.8.1/24 192.0.2.1 UGS 0 0 33136 16 lo10001 -10.8.1/24 192.0.2.2 UGS 0 0 33136 17 lo10002 -10.8.1/24 192.0.2.3 UGS 0 0 33136 18 lo10003 -192.0.2.1 192.0.2.1 UH 1 0 33136 4 lo10001 -192.0.2.2 192.0.2.2 UH 1 0 33136 4 lo10002 -192.0.2.3 192.0.2.3 UH 1 0 33136 4 lo10003 -192.0.2.4 192.0.2.4 UH 0 0 33136 4 lo10004 +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 UH 1 0 32768 4 lo10001 +192.0.2.2 192.0.2.2 UH 1 0 32768 4 lo10002 +192.0.2.3 192.0.2.3 UH 1 0 32768 4 lo10003 +192.0.2.4 192.0.2.4 UH 0 0 32768 4 lo10004 |