]> git.puffer.fish Git - matthieu/frr.git/commit
pbrd: disallow ipv4/ipv6 mismatching in match src/dst
authorStephen Worley <sworley@nvidia.com>
Thu, 17 Dec 2020 21:14:38 +0000 (16:14 -0500)
committerStephen Worley <sworley@nvidia.com>
Thu, 17 Dec 2020 21:14:38 +0000 (16:14 -0500)
commit67765a232dc6d86b3acbd3f6e4ba87cea42cca48
treeed4e2836b29981e3dff4080063131f5b5d5d4cf8
parent91653aefd487fb35ffca8f2d8db35b8c2b03fd6c
pbrd: disallow ipv4/ipv6 mismatching in match src/dst

Disallow mismatching of ipv4/ipv6 matching in src/dst.
Doesn't make a lot of sense to allow this based on how
IP Headers work. The kernel does not allow it at all
obviously.

Signed-off-by: Stephen Worley <sworley@nvidia.com>
pbrd/pbr_vty.c