Jan Engelhardt wrote:
Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx>
diff --git a/extensions/expr b/extensions/expr new file mode 100644 index 0000000..f00b70d --- /dev/null +++ b/extensions/expr @@ -0,0 +1,179 @@ +#include <stdio.h> +#include <stdint.h> +#include <libHX/option.h> + +enum ttl_rel { + REL_EQ, + REL_LT, + REL_GT, +}
What is this file? I see no mentioning in the (non-existant) changelog. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html