diff options
author | 2016-08-22 16:03:03 +0000 | |
---|---|---|
committer | 2016-08-22 16:03:03 +0000 | |
commit | e20cfbe66fc226840998c55e0dfcdf51d5454d80 (patch) | |
tree | 3bf65f0906c2c878991709a507a9d24f85f94efd | |
parent | Make the ``rt_gwroute'' pointer of RTF_GATEWAY entries immutable. (diff) | |
download | wireguard-openbsd-e20cfbe66fc226840998c55e0dfcdf51d5454d80.tar.xz wireguard-openbsd-e20cfbe66fc226840998c55e0dfcdf51d5454d80.zip |
Sync refcount with recent change.
-rw-r--r-- | regress/sbin/route/rttest12.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/route/rttest12.ok b/regress/sbin/route/rttest12.ok index 5c15c7c584d..a97c89eea5d 100644 --- a/regress/sbin/route/rttest12.ok +++ b/regress/sbin/route/rttest12.ok @@ -6,4 +6,4 @@ Destination Gateway Flags Refs Use Mtu Prio Iface 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 1 32768 1 lo10003 -192.0.2.4 192.0.2.4 UHl 0 1 32768 1 lo10004 +192.0.2.4 192.0.2.4 UHl 1 1 32768 1 lo10004 |