]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: deny when route map is specified but does not exist yet
authorDonald Sharp <sharpd@nvidia.com>
Sat, 14 Nov 2020 02:06:02 +0000 (21:06 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 14 Nov 2020 02:11:48 +0000 (21:11 -0500)
commitfd303a4ba14c762550db972317e1e88528768005
tree265c16954ec93502a83fc132d2dd5bc9d33ca0fc
parent15675d025dc024733a532e1a9ad19c59df4ba73d
zebra: deny when route map is specified but does not exist yet

If we have `ip protocol <proto> route-map FOO` and FOO has
not been defined in any way shape fashion or form, we
should deny the match instead of permitting it.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_routemap.c