]> git.proxmox.com Git - mirror_ovs.git/commit
datapath: Fixup RTNL ops for kernel 4.13
authorGreg Rose <gvrose8192@gmail.com>
Mon, 11 Sep 2017 21:11:03 +0000 (14:11 -0700)
committerAndy Zhou <azhou@ovn.org>
Fri, 22 Sep 2017 19:32:54 +0000 (12:32 -0700)
commit22562e9f87a38444a6a94ade7cb3e42f02977eae
treec699969067b1587fd2daff1907f4758136753aa7
parent6b51641a517bb23b49d83f595b9d9cefb828a590
datapath: Fixup RTNL ops for kernel 4.13

The RTNL ops validate and newlink functions now take the extended
netlink ack parameter.  Use the new HAVE_EXT_ACK_IN_RTNL_LINKOPS
define to check if the additional parameter is present and add the
parameter if so.

While in the modules remove the checks for Linux kernels < 2.3.39
since they are no longer supported since 2.5.x.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Andy Zhou <azhou@ovn.org>
datapath/linux/compat/lisp.c
datapath/linux/compat/stt.c