summaryrefslogtreecommitdiffstats
path: root/include/fib.h
blob: 9ce681cc1ecf35aa1421d67067af1a9d8a25e5ab (plain)
1
2
3
4
5
6
7
8
9
#ifndef NFTABLES_FIB_H
#define NFTABLES_FIB_H

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 */