Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
defconfig: add NF_TABLES dependency for netlink_socket tests to pass
In order to support the NETFILTER_NETLINK protocol, either NF_TABLES or IP_SET must be enabled. Neither are strict dependencies in Kconfig. Fix this by enabling NF_TABLES in the defconfig. Before: ./netlinkcreate: socket(AF_NETLINK, SOCK_DGRAM, netfilter/12): Protocol not supported not ok 3 # Test 3 got: "256" (./test at line 25) # Expected: "0" # ./test line 25 is: ok( $result, 0 ); After: ok 3 Signed-off-by: Alan Wandke <[email protected]> Reviewed-by: Stephen Smalley <[email protected]> Signed-off-by: Ondrej Mosnacek <[email protected]>
- Loading branch information