NetBSD/usr.sbin/npf/npfctl/todo

24 lines
1.1 KiB
Plaintext
Raw Normal View History

2013-03-11 04:04:46 +04:00
-- how to convert other packet filters to npf
-- have a way to use npflog to log packets to syslog
-- have a way to match dropped packets to rules
-- have a way to list the active nat sessions
-- npfctl start does not load if not loaded. It is not clear you need to
reload first. Or if it loads it should print the error messages.
-- able to specify interfaces before they are created
-- docs/examples out of date
-- npf starts up too late (after traffic can go through)
-- need libpcap in /
2013-03-11 04:05:36 +04:00
-- get better messages from the kernel when things fail
2013-03-11 04:04:46 +04:00
ok npf and dependent modules should autoload automagically as they are used
ok have a way to register cloners? through a mapping file? consistently naming
the cloner modules? if_cloner? Split if_npflog from the ext_log module and
added autoloading for cloners.
ok normalise -> normalize (the official project language is US/English)
ok modules should move from /usr/lib to /lib
ok parse dynamic map rule properly inet4($ext_if) does not work
ok create npflog interface automatically
ok need to bring interface npflog up
2013-03-11 04:09:07 +04:00
ok parse 'port "ftp-data"' properly
2013-03-11 04:16:59 +04:00
ok fix usage