summaryrefslogtreecommitdiffstats
path: root/include/fib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fib.h')
-rw-r--r--include/fib.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/fib.h b/include/fib.h
new file mode 100644
index 0000000..67edccf
--- /dev/null
+++ b/include/fib.h
@@ -0,0 +1,12 @@
+#ifndef NFTABLES_FIB_H
+#define NFTABLES_FIB_H
+
+#include <linux/netfilter/nf_tables.h>
+
+extern const char *fib_result_str(enum nft_fib_result result);
+extern struct expr *fib_expr_alloc(const struct location *loc,
+ unsigned int flags,
+ unsigned int result);
+extern const struct datatype fib_addr_type;
+
+#endif /* NFTABLES_FIB_H */