diff options
author | 2015-04-17 08:19:27 +0000 | |
---|---|---|
committer | 2015-04-17 08:19:27 +0000 | |
commit | 2fe53e2173feb29be33a391f00be18cf37754192 (patch) | |
tree | 4ae99c8e420dd0b7bd50c8982702e4553ef26481 | |
parent | parse_prefix in parse.c got changed but the declaration in bgpctl.c (diff) | |
download | wireguard-openbsd-2fe53e2173feb29be33a391f00be18cf37754192.tar.xz wireguard-openbsd-2fe53e2173feb29be33a391f00be18cf37754192.zip |
Local routes should be present in the routing table output.
-rw-r--r-- | regress/sbin/route/rttest18.ok | 4 | ||||
-rw-r--r-- | regress/sbin/route/rttest19.ok | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/regress/sbin/route/rttest18.ok b/regress/sbin/route/rttest18.ok index e91dd170502..3e431930fa1 100644 --- a/regress/sbin/route/rttest18.ok +++ b/regress/sbin/route/rttest18.ok @@ -3,3 +3,7 @@ Routing tables Internet: Destination Gateway Flags Refs Use Mtu Prio Iface 10.8.1/24 192.0.2.3 UGS 0 0 32768 8 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 1 0 32768 1 lo10003 +192.0.2.4 192.0.2.4 UHl 0 0 32768 1 lo10004 diff --git a/regress/sbin/route/rttest19.ok b/regress/sbin/route/rttest19.ok index 0b175041e32..56210e9174c 100644 --- a/regress/sbin/route/rttest19.ok +++ b/regress/sbin/route/rttest19.ok @@ -5,3 +5,7 @@ Destination Gateway Flags Refs Use Mtu Prio Iface 10.8.1.0/26 192.0.2.2 UGS 0 0 32768 8 lo10002 10.8.1.0/25 192.0.2.4 UGS 0 0 32768 8 lo10004 10.8.1/24 192.0.2.1 UGS 0 0 32768 8 lo10001 +192.0.2.1 192.0.2.1 UHl 1 0 32768 1 lo10001 +192.0.2.2 192.0.2.2 UHl 1 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 1 0 32768 1 lo10004 |