]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Add warning when access list does not exist in route-map
authorDonald Sharp <sharpd@nvidia.com>
Sun, 12 Feb 2023 17:33:49 +0000 (12:33 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 13 Feb 2023 14:40:47 +0000 (09:40 -0500)
commitb7d234f21823d808587576cb685c07a7e340c4be
tree0be6c869988beee619a35c11ea5a9f5b5ba4794c
parent3fb481296623a3c7101e884c12ae33e113e42658
bgpd: Add warning when access list does not exist in route-map

When using `match ip[v6] next-hop <Access-list>` warn
when creating the access-list that the access list does
not yet exist and nothing can be done with it yet.

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