summaryrefslogtreecommitdiff
path: root/pbrd/subdir.am
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-03-19 09:04:17 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-04-06 13:22:43 -0400
commitb13e5ad68a740b66c921c5ab1314e0898f0ed310 (patch)
treef08e165c4507040ecfd17ec9c10b109f5b5fa941 /pbrd/subdir.am
parentd36d0d57711ec79bb7ff4360b62d80b1a9809f6f (diff)
pbrd: Remove pbr_events
The pbr_events.c file was a mistake in that it overly complicated the code and made it hard to think about what was happening. Remove all the events and just do the work where needed. Additionally rethink the sending of the pbr map to zebra and only send one notification at a time instead of having the sending function attempt to figure out what to do. Clean up some of the no form of commands to make them work properly. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com> Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Diffstat (limited to 'pbrd/subdir.am')
-rw-r--r--pbrd/subdir.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/pbrd/subdir.am b/pbrd/subdir.am
index 361e6c1fde..42ab393218 100644
--- a/pbrd/subdir.am
+++ b/pbrd/subdir.am
@@ -14,12 +14,10 @@ pbrd_libpbr_a_SOURCES = \
pbrd/pbr_map.c \
pbrd/pbr_memory.c \
pbrd/pbr_nht.c \
- pbrd/pbr_event.c \
pbrd/pbr_debug.c \
# end
noinst_HEADERS += \
- pbrd/pbr_event.h \
pbrd/pbr_map.h \
pbrd/pbr_memory.h \
pbrd/pbr_nht.h \