Enabled the code for xid matching.
[ipfw.git] / dummynet / ipfw2_mod.c
index ebb16b2..3bf836a 100644 (file)
@@ -624,7 +624,7 @@ ipfw_module_init(void)
 {
        int ret = 0;
 
-       printf("%s called\n", __FUNCTION__);
+       printf("%s in-hook %d svn id %s\n", __FUNCTION__, IPFW_HOOK_IN, "$Id$");
 
        my_mod_register(moddesc_ipfw, "ipfw",  1);
        my_mod_register(moddesc_dummynet, "dummynet",  2);