diff options
author | 2015-04-17 08:20:24 +0000 | |
---|---|---|
committer | 2015-04-17 08:20:24 +0000 | |
commit | 88eb32a73b5d96baff81c8bec7b0ac4524c84cbd (patch) | |
tree | 50a3b2e4bcf16cd13563709dd685a1a4daf0aaee | |
parent | Local routes should be present in the routing table output. (diff) | |
download | wireguard-openbsd-88eb32a73b5d96baff81c8bec7b0ac4524c84cbd.tar.xz wireguard-openbsd-88eb32a73b5d96baff81c8bec7b0ac4524c84cbd.zip |
Remove superflous "::1" route, test currently failing but a fix is
in its way.
-rw-r--r-- | regress/sbin/route/rttest14.ok | 1 | ||||
-rw-r--r-- | regress/sbin/route/rttest16.ok | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/regress/sbin/route/rttest14.ok b/regress/sbin/route/rttest14.ok index e487b046e91..0882584253f 100644 --- a/regress/sbin/route/rttest14.ok +++ b/regress/sbin/route/rttest14.ok @@ -3,7 +3,6 @@ Routing tables Internet6: Destination Gateway Flags Refs Use Mtu Prio Iface ::1 ::1 UHl 0 0 32768 1 lo10001 -::1 ::1 UH 0 0 32768 4 lo10001 fd88::1 fd88::1 UHl 0 0 32768 1 lo10002 fd88::666 fd99::1 UGHS 0 0 1500 8 lo10003 fd99::1 fd99::1 UHl 1 0 32768 1 lo10003 diff --git a/regress/sbin/route/rttest16.ok b/regress/sbin/route/rttest16.ok index 9eab945d0e4..bdf5d51f130 100644 --- a/regress/sbin/route/rttest16.ok +++ b/regress/sbin/route/rttest16.ok @@ -3,7 +3,6 @@ Routing tables Internet6: Destination Gateway Flags Refs Use Mtu Prio Iface ::1 ::1 UHl 0 0 32768 1 lo10001 -::1 ::1 UH 0 0 32768 4 lo10001 fd88::1 fd88::1 UHl 0 0 32768 1 lo10002 fd88::666 fd99::1 UGHS 0 0 32768 8 lo10002 fd99::1 fd99::1 UHl 1 0 32768 1 lo10003 |