On Mon, 22 Aug 2016 17:38:33 +0300, Amir Vadai wrote:
+ if (tb[TCA_FLOWER_KEY_ENC_IPV6_SRC] ||
+ tb[TCA_FLOWER_KEY_ENC_IPV6_DST])
+ return -ENOTSUPP;
Please add also support for IPv6. We've had enough of half-implemented
stuff in tunneling and we need to really treat IPv6 as a first class
citizen. There should be no IPv4 only submissions anymore.
Thanks,
Jiri