diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-01-20 09:50:40 -0800 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2023-01-24 10:58:11 +0100 |
commit | 1d562c32e4392cc091c940918ee1ffd7bfcb9e96 (patch) | |
tree | 5793a11eba5e1090d874709f4a5e178441502ce0 /net/ipv4/Makefile | |
parent | 08d323234d10eab077cbf0093eeb5991478a261a (diff) |
net: fou: use policy and operation tables generated from the spec
Generate and plug in the spec-based tables.
A little bit of renaming is needed in the FOU code.
Acked-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'net/ipv4/Makefile')
-rw-r--r-- | net/ipv4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile index fabbe46897ce..880277c9fd07 100644 --- a/net/ipv4/Makefile +++ b/net/ipv4/Makefile @@ -26,7 +26,7 @@ obj-$(CONFIG_IP_MROUTE) += ipmr.o obj-$(CONFIG_IP_MROUTE_COMMON) += ipmr_base.o obj-$(CONFIG_NET_IPIP) += ipip.o gre-y := gre_demux.o -fou-y := fou_core.o +fou-y := fou_core.o fou_nl.o obj-$(CONFIG_NET_FOU) += fou.o obj-$(CONFIG_NET_IPGRE_DEMUX) += gre.o obj-$(CONFIG_NET_IPGRE) += ip_gre.o |