
figure out interface aliases on non-BSD platforms for intf_{add,delete}

port to other target platforms: AIX, win32

code cleanup

documentation

example code

finish / test ADDR_TYPE_ETH intf_set()

automated regression (automake 'check' target)

ip-cooked.c: use RTM_RESOLVE for ip_lookup_mac()

fw-pf.c: fix loop for 'flush'

add a way to enable ip forwarding, set intf mtu, etc.?

ipsec interface?

successfully built on:
--------+------+-----+-----+----+----+------+-------+
        | addr | arp | eth | fw | ip | intf | route |
--------+------+-----+-----+----+----+------+-------+
openbsd |   X  |  X  |  X  |  X |  X |   X  |   X   |
--------+------+-----+-----+----+----+------+-------+
freebsd |   X  |  X  |  X  |  ? |  X |   X  |   X   |   X = works, tested
--------+------+-----+-----+----+----+------+-------+
netbsd  |      |     |     |    |    |      |       |   ? = untested
--------+------+-----+-----+----+----+------+-------+
linux   |   X  |  X  |  X  |  X |  X |   X  |   X   |   - = broken / unimpl
--------+------+-----+-----+----+----+------+-------+
solaris |   X  |  X  |  X  |  ? |  X |   X  |   X   |
--------+------+-----+-----+----+----+------+-------+
macosx  |   X  |     |     |    |    |      |       |
--------+------+-----+-----+----+----+------+-------+
irix    |   X  |  X  |  X  |  - |  X |   X  |   X   |
--------+------+-----+-----+----+----+------+-------+
hp-ux   |   X  |  1  |  X  |  - |  X |   3  |   4   |
--------+------+-----+-----+----+----+------+-------+
osf1    |   X  |  1  |  2  |  - |  X |   X  |   -   |
--------+------+-----+-----+----+----+------+-------+
unixware|   X  |  -  |  2  |  - |  - |   X  |   5   |
--------+------+-----+-----+----+----+------+-------+

1. arp_loop doesn't work
2. eth_send doesn't work
3. intf_set doesn't work
4. route_loop doesn't work
5. route_loop only works

arp-{bsd,ioctl} both b0rked on unixware

never built on:
--------+------+-----+-----+----+----+------+-------+
aix     |      |     |     |    |    |      |       |
--------+------+-----+-----+----+----+------+-------+
win32   |      |     |     |    |    |      |       |
--------+------+-----+-----+----+----+------+-------+

$Id: TODO,v 1.8 2001/10/15 08:22:55 dugsong Exp $
