diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-03-26 17:42:04 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-03-26 17:42:04 +0000 |
commit | deeedd413a54567b4af5de5e3b8e4c30ac5f1be8 (patch) | |
tree | aab83a6cc5c251ef9531072126c96139260aac7e /tools | |
parent | ba493bcbb1fb86f0dd0d4e2bd664c484a3f9a3da (diff) | |
download | FreeBSD-src-deeedd413a54567b4af5de5e3b8e4c30ac5f1be8.zip FreeBSD-src-deeedd413a54567b4af5de5e3b8e4c30ac5f1be8.tar.gz |
Add a short README with configuration hints to get the netipx regression
tests up and running. This is likely a message to myself in six months
when I've completely forgotten how.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/regression/netipx/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/regression/netipx/README b/tools/regression/netipx/README new file mode 100644 index 0000000..a1a07a4 --- /dev/null +++ b/tools/regression/netipx/README @@ -0,0 +1,11 @@ +These regression tests assume that the kernel is compiled with support for +netipx: + + options IPX + +In addition, the loopback interface should be configured with the address +0xbebe.1: + + ifconfig lo0 ipx 0xbebe.1 + +$FreeBSD$ |