diff options
author | Roopa Prabhu | 2018-05-22 23:03:29 +0200 |
---|---|---|
committer | David S. Miller | 2018-05-23 21:14:12 +0200 |
commit | 65b2b4939a643861ed1660eccd6dc0b5d8c78afa (patch) | |
tree | 77f7967d170900bd5a53c153f724d63d45d37386 /tools/testing/selftests/net/Makefile | |
parent | ipv6: support sport, dport and ip_proto in RTM_GETROUTE (diff) | |
download | kernel-qcow2-linux-65b2b4939a643861ed1660eccd6dc0b5d8c78afa.tar.gz kernel-qcow2-linux-65b2b4939a643861ed1660eccd6dc0b5d8c78afa.tar.xz kernel-qcow2-linux-65b2b4939a643861ed1660eccd6dc0b5d8c78afa.zip |
selftests: net: initial fib rule tests
This adds a first set of tests for fib rule match/action for
ipv4 and ipv6. Initial tests only cover action lookup table.
can be extended to cover other actions in the future.
Uses ip route get to validate the rule lookup.
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/Makefile')
-rw-r--r-- | tools/testing/selftests/net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index e60dddbf963c..7cb0f49efdb7 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -6,7 +6,7 @@ CFLAGS += -I../../../../usr/include/ TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh TEST_PROGS += fib_tests.sh fib-onlink-tests.sh pmtu.sh udpgso.sh -TEST_PROGS += udpgso_bench.sh +TEST_PROGS += udpgso_bench.sh fib_rule_tests.sh TEST_PROGS_EXTENDED := in_netns.sh TEST_GEN_FILES = socket TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy |