mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-23 07:46:39 +00:00
build: remove tcp-zebra option
It's a security hazard. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
3c9efe9002
commit
01c9f29421
@ -240,8 +240,6 @@ AC_ARG_ENABLE(snmp,
|
|||||||
AS_HELP_STRING([--enable-snmp=ARG], [enable SNMP support (smux or agentx)]))
|
AS_HELP_STRING([--enable-snmp=ARG], [enable SNMP support (smux or agentx)]))
|
||||||
AC_ARG_WITH(libpam,
|
AC_ARG_WITH(libpam,
|
||||||
AS_HELP_STRING([--with-libpam], [use libpam for PAM support in vtysh]))
|
AS_HELP_STRING([--with-libpam], [use libpam for PAM support in vtysh]))
|
||||||
AC_ARG_ENABLE(tcp-zebra,
|
|
||||||
AS_HELP_STRING([--enable-tcp-zebra], [enable TCP/IP socket connection between zebra and protocol daemon]))
|
|
||||||
AC_ARG_ENABLE(ospfapi,
|
AC_ARG_ENABLE(ospfapi,
|
||||||
AS_HELP_STRING([--disable-ospfapi], [do not build OSPFAPI to access the OSPF LSA Database]))
|
AS_HELP_STRING([--disable-ospfapi], [do not build OSPFAPI to access the OSPF LSA Database]))
|
||||||
AC_ARG_ENABLE(ospfclient,
|
AC_ARG_ENABLE(ospfclient,
|
||||||
@ -426,10 +424,6 @@ AM_CONDITIONAL([HAVE_PROTOBUF], [test "x$have_protobuf" = "xyes"])
|
|||||||
# End of logic for protobuf support.
|
# End of logic for protobuf support.
|
||||||
#
|
#
|
||||||
|
|
||||||
if test "${enable_tcp_zebra}" = "yes"; then
|
|
||||||
AC_DEFINE(HAVE_TCP_ZEBRA,,Use TCP for zebra communication)
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "${enable_linux24_tcp_md5}" = "yes"; then
|
if test "${enable_linux24_tcp_md5}" = "yes"; then
|
||||||
AC_DEFINE(HAVE_TCP_MD5_LINUX24,,Old Linux 2.4 TCP MD5 Signature Patch)
|
AC_DEFINE(HAVE_TCP_MD5_LINUX24,,Old Linux 2.4 TCP MD5 Signature Patch)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user