diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-16 19:51:13 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-23 14:36:07 +0200 |
commit | 807ed4e9c0386b648d1cd15b6b7518d082aa7c01 (patch) | |
tree | af13e9d8b0b142a31b604ec424054beb1badda0e /lib/subdir.am | |
parent | bgpd: convert zlog_warns to debugs or errors (diff) | |
download | frr-807ed4e9c0386b648d1cd15b6b7518d082aa7c01.tar.xz frr-807ed4e9c0386b648d1cd15b6b7518d082aa7c01.zip |
lib: Remove smux option for snmp
The smux.c code has not been able to compile for 2+ years
and no-one has noticed. Additionally net-snmp has marked
smux integration as deprecated for quite some time as well.
Since no-one has noticed and it's been broken and smux integration
is deprecated let's just remove this from the code base.
From looking at the code, it sure looks like SNMP could use
a decent cleanup.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/subdir.am')
-rw-r--r-- | lib/subdir.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index b938dbcea..50cfd70a5 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -150,7 +150,6 @@ pkginclude_HEADERS += \ lib/sha256.h \ lib/sigevent.h \ lib/skiplist.h \ - lib/smux.h \ lib/sockopt.h \ lib/sockunion.h \ lib/spf_backoff.h \ @@ -199,7 +198,6 @@ lib_libfrrsnmp_la_LDFLAGS = -version-info 0:0:0 lib_libfrrsnmp_la_LIBADD = lib/libfrr.la $(SNMP_LIBS) lib_libfrrsnmp_la_SOURCES = \ lib/agentx.c \ - lib/smux.c \ lib/snmp.c \ # end |