]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Merge branch 'pppoe-in-flower' into next
authorDavid Ahern <dsahern@kernel.org>
Fri, 29 Jul 2022 17:25:14 +0000 (11:25 -0600)
committerDavid Ahern <dsahern@kernel.org>
Fri, 29 Jul 2022 17:25:14 +0000 (11:25 -0600)
Wojciech Drewek  says:

====================

This patchset implements support for matching
on PPPoE specific fields using tc-flower.
First patch introduces small refactor which allows
to use same mechanism of finding protocol for
both ppp and ether protocols. Second patch
adds support for parsing ppp protocols.
Last patch is about parsing PPPoE fields.

Kernel changes (merged):
https://lore.kernel.org/netdev/20220726203133.2171332-1-anthony.l.nguyen@intel.com/T/#t

====================

Signed-off-by: David Ahern <dsahern@kernel.org>

Trivial merge