]> git.puffer.fish Git - mirror/frr.git/commit
zebra: check pbr rule msg for correct afi 5614/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 3 Jan 2020 07:12:58 +0000 (02:12 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 3 Jan 2020 16:38:24 +0000 (11:38 -0500)
commit4719fd76137f80e3fe3e75ef66676672a4940597
tree468212063ba44a5d5f3d3319c396c00e9ed2ca75
parentbd2481c4e886599a30687933ec079db86b9e7b0a
zebra: check pbr rule msg for correct afi

further down we hash the src & dst ip, which asserts that the afi is one
of the well known ones, given the field names i assume the correct afis
here are af_inet[6]

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/zapi_msg.c