]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/subdir.am
zebra: Unlock the route node when sending route notifications
[mirror_frr.git] / zebra / subdir.am
index 9842931496d41b31eaf945e50a8ba4a4ece54441..1060e38785326aa911a1815fcfa4d5a6917f5134 100644 (file)
@@ -62,10 +62,12 @@ zebra_zebra_SOURCES = \
        zebra/tc_netlink.c \
        zebra/tc_socket.c \
        zebra/zapi_msg.c \
+       zebra/zebra_affinitymap.c \
        zebra/zebra_dplane.c \
        zebra/zebra_errors.c \
        zebra/zebra_gr.c \
        zebra/zebra_l2.c \
+       zebra/zebra_l2_bridge_if.c \
        zebra/zebra_evpn.c \
        zebra/zebra_evpn_mac.c \
        zebra/zebra_evpn_neigh.c \
@@ -100,10 +102,12 @@ zebra_zebra_SOURCES = \
        zebra/zebra_routemap_nb_config.c \
        zebra/zebra_script.c \
        zebra/zebra_srte.c \
+       zebra/zebra_tc.c \
        zebra/zebra_trace.c \
        zebra/zebra_vrf.c \
        zebra/zebra_vty.c \
        zebra/zebra_vxlan.c \
+       zebra/zebra_vxlan_if.c \
        zebra/zebra_evpn_mh.c \
        zebra/zebra_neigh.c \
        zebra/zserv.c \
@@ -144,6 +148,7 @@ noinst_HEADERS += \
        zebra/table_manager.h \
        zebra/tc_netlink.h \
        zebra/zapi_msg.h \
+       zebra/zebra_affinitymap.h \
        zebra/zebra_dplane.h \
        zebra/zebra_errors.h \
        zebra/zebra_evpn.h \
@@ -175,12 +180,15 @@ noinst_HEADERS += \
        zebra/zebra_router.h \
        zebra/zebra_script.h \
        zebra/zebra_srte.h \
+       zebra/zebra_tc.h \
        zebra/zebra_trace.h \
        zebra/zebra_vrf.h \
        zebra/zebra_vxlan.h \
        zebra/zebra_vxlan_private.h \
        zebra/zebra_evpn_mh.h \
        zebra/zebra_neigh.h \
+       zebra/zebra_l2_bridge_if.h \
+       zebra/zebra_vxlan_if.h \
        zebra/zserv.h \
        zebra/dpdk/zebra_dplane_dpdk.h \
        zebra/dpdk/zebra_dplane_dpdk_private.h \