]> git.puffer.fish Git - mirror/frr.git/commit
zebra: North-bound implementation for zebra rmaps
authorSarita Patra <saritap@vmware.com>
Fri, 30 Oct 2020 07:41:19 +0000 (00:41 -0700)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 30 Mar 2021 19:58:42 +0000 (22:58 +0300)
commite71627cbcb5f7771b78a028815ccdb65c066e00a
tree22530556d4a248e197737eb300eae68aa45062f8
parentd5d737a2df8cf18f7b76dcb8a634961513d1d0fa
zebra: North-bound implementation for zebra rmaps

This commit introduces the implementation for the north-bound
callbacks for the zebra-specific route-map match and set clauses.

Signed-off-by: NaveenThanikachalam <nthanikachal@vmware.com>
Signed-off-by: Sarita Patra <saritap@vmware.com>
zebra/main.c
zebra/subdir.am
zebra/zebra_nb.c
zebra/zebra_nb.h
zebra/zebra_nb_config.c
zebra/zebra_routemap.c
zebra/zebra_routemap.h
zebra/zebra_routemap_nb.c [new file with mode: 0644]
zebra/zebra_routemap_nb.h [new file with mode: 0644]
zebra/zebra_routemap_nb_config.c [new file with mode: 0644]