Re: [PATCH net-next v5] net: openvswitch: IPv6: Add IPv6 extension header support
From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-09-21 17:15:43
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-09-21 17:15:43
Also in:
lkml
On Mon, 20 Sep 2021 11:20:38 -0700 Toms Atteka wrote:
This change adds a new OpenFlow field OFPXMT_OFB_IPV6_EXTHDR and packets can be filtered using ipv6_ext flag. Signed-off-by: Toms Atteka <redacted>
Please make sure to check the files you touch with ./scripts/kernel-doc -none You're adding kdoc warnings by using the /** comments which are in fact not kdoc-formatted. Please fix and repost.