Module Name: src
Committed By: christos
Date: Mon Mar 11 16:38:31 UTC 2013
Modified Files:
src/usr.sbin/npf/npfctl: todo
Log Message:
one more fixed
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/npf/npfctl/todo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/npf/npfctl/todo
diff -u src/usr.sbin/npf/npfctl/todo:1.6 src/usr.sbin/npf/npfctl/todo:1.7
--- src/usr.sbin/npf/npfctl/todo:1.6 Sun Mar 10 22:12:15 2013
+++ src/usr.sbin/npf/npfctl/todo Mon Mar 11 12:38:31 2013
@@ -15,7 +15,6 @@
for system failures is probably not good enough. For example if a module
failed to autoload, it is probably an error and it should be reported
differently?
--- fix 'ifconfig npflog0 destroy; modunload if_npflog'
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
@@ -31,3 +30,5 @@ ok fix usage
ok get better messages from the kernel when things fail: Ok with
DEBUG/DIAGNOSTIC, you get the file/line in the kernel that failed
which is good enough.
+ok 'ifconfig npflog0 destroy; modunload if_npflog'. Remove dependency
+ on npf_ext_log module, since if_npflog can load and unload independently.