diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2014-04-18 16:38:30 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2014-04-18 16:38:30 +0000 |
commit | 21bc30238c9401424e1f32379ccd1637683c9c2c (patch) | |
tree | 8406fc95826500fd009535e246a227a3de9f019d /regress/sbin/route/rttest4.ok | |
parent | ebb8aa36d0ee318cfe3d56cedc7b25b7c874a9b8 (diff) |
Introduce some regress tests against our routing table. At least that way
there is a chance that we do not break the network stack even more.
These regress tests already found a few issues.
The framework is ugly and does not properly recover from failures. Somebody
more skilled can come up with a better solution.
mpi@, blambert@ and sthen@ support this
Diffstat (limited to 'regress/sbin/route/rttest4.ok')
-rw-r--r-- | regress/sbin/route/rttest4.ok | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/regress/sbin/route/rttest4.ok b/regress/sbin/route/rttest4.ok new file mode 100644 index 00000000000..f445d7af295 --- /dev/null +++ b/regress/sbin/route/rttest4.ok @@ -0,0 +1,11 @@ +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 |