]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: support sport, dport and ip_proto in RTM_GETROUTE
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Tue, 22 May 2018 21:03:27 +0000 (14:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 May 2018 19:14:12 +0000 (15:14 -0400)
commit0b66bd7483e42e5e1891207a1c7a2fa8440d2675
tree92d5b814e958a0c488efceaf460f0d8833cabe80
parent92a2bc46275ce4cdc46c8c5140fdd5f79892eac2
ipv4: support sport, dport and ip_proto in RTM_GETROUTE

This is a followup to fib rules sport, dport and ipproto
match support. Only supports tcp, udp and icmp for ipproto.
Used by fib rule self tests.

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h
include/uapi/linux/rtnetlink.h
net/ipv4/Makefile
net/ipv4/fib_frontend.c
net/ipv4/netlink.c [new file with mode: 0644]
net/ipv4/route.c