]> git.proxmox.com Git - mirror_iproute2.git/commit
pedit: Check for extended capability in protocol parser
authorAmir Vadai <amir@vadai.me>
Sun, 14 May 2017 08:17:45 +0000 (11:17 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 15 May 2017 22:05:20 +0000 (15:05 -0700)
commita13426fe1a2b0fdebacc33820105523934eb355f
treec0a9fcf0cbca59216c106c9519872595edf3cedd
parentcdca191862775c47533908301760edd55763e861
pedit: Check for extended capability in protocol parser

Do not allow using eth and udp header types if non-extended pedit kABI
is being used. Other protocol parsers already have this check.

Signed-off-by: Amir Vadai <amir@vadai.me>
tc/p_eth.c
tc/p_udp.c