summaryrefslogtreecommitdiffstats
path: root/ospf6d/subdir.am
diff options
context:
space:
mode:
authorAbhinay Ramesh <rabhinay@vmware.com>2021-06-08 14:40:21 +0200
committerAbhinay Ramesh <rabhinay@vmware.com>2022-02-09 02:57:08 +0100
commit6fc7e0c3d12be6a98350a1be25ca0ce16ea36584 (patch)
tree5d02d3c28e5a625b49c701a2b4e5b91f3a5108de /ospf6d/subdir.am
parentospf6d: Documentation for authentication trailer support. (diff)
downloadfrr-6fc7e0c3d12be6a98350a1be25ca0ce16ea36584.tar.xz
frr-6fc7e0c3d12be6a98350a1be25ca0ce16ea36584.zip
ospf6d: Enable the feature using configure.ac
Problem Statement: ================= The feature is not enabled, needs to be enabled by doing required initialization. RCA: ==== Changes to support the feature is present, but the feature macro needs to be enabled. Fix: ==== This commit has changes to enable the code. Risk: ===== Medium Need to ensure all existing ospf6 related topotests pass. to ensure packet processing is not impacted. Tests Executed: =============== Have tested the functionality with enabling openssl and also disabling openssl. Signed-off-by: Abhinay Ramesh <rabhinay@vmware.com>
Diffstat (limited to '')
-rw-r--r--ospf6d/subdir.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf6d/subdir.am b/ospf6d/subdir.am
index 34aabc205..cf863ff52 100644
--- a/ospf6d/subdir.am
+++ b/ospf6d/subdir.am
@@ -24,6 +24,7 @@ vtysh_scan += \
ospf6d/ospf6_top.c \
ospf6d/ospf6_zebra.c \
ospf6d/ospf6d.c \
+ ospf6d/ospf6_auth_trailer.c \
# end
vtysh_daemons += ospf6d
if SNMP
@@ -56,6 +57,7 @@ ospf6d_libospf6_a_SOURCES = \
ospf6d/ospf6_top.c \
ospf6d/ospf6_zebra.c \
ospf6d/ospf6d.c \
+ ospf6d/ospf6_auth_trailer.c \
# end
noinst_HEADERS += \
@@ -80,6 +82,7 @@ noinst_HEADERS += \
ospf6d/ospf6_top.h \
ospf6d/ospf6_zebra.h \
ospf6d/ospf6d.h \
+ ospf6d/ospf6_auth_trailer.h \
# end
ospf6d_ospf6d_LDADD = ospf6d/libospf6.a lib/libfrr.la $(LIBCAP)