summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-01-20 16:53:55 +0100
committerDavid Lamparter <equinox@diac24.net>2020-04-07 16:45:04 +0200
commit43e060fb4b204969282a1a66447908a2ecacfe6c (patch)
tree9ee6b4ee5110e0bb1a7825602b591401d6073a21 /debian
parent7611871dfc447bc56f6b4e7c2937f0583ebf000f (diff)
debian: remove outdated README content
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index cbd70f82f6..01b9213ae4 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -52,31 +52,6 @@ used. This option should only be used for systems that do not have systemd,
e.g. Ubuntu 14.04.
-* Why has SNMP support been disabled?
-=====================================
-FRR used to link against the NetSNMP libraries to provide SNMP
-support. Those libraries sadly link against the OpenSSL libraries
-to provide crypto support for SNMPv3 among others.
-OpenSSL now is not compatible with the GNU GENERAL PUBLIC LICENSE (GPL)
-licence that FRR is distributed under. For more explanation read:
- http://www.gnome.org/~markmc/openssl-and-the-gpl.html
- http://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs
-Updating the licence to explicitly allow linking against OpenSSL
-would requite the affirmation of all people that ever contributed
-a significant part to Zebra / Quagga or FRR and thus are the collective
-"copyright holder". That's too much work. Using a shrinked down
-version of NetSNMP without OpenSSL or convincing the NetSNMP people
-to change to GnuTLS are maybe good solutions but not reachable
-during the last days before the Sarge release :-(
-
- *BUT*
-
-It is allowed by the used licence mix that you fetch the sources and
-build FRR yourself with SNMP with
- # apt-get -b source -Ppkg.frr.snmp frr
-Just distributing it in binary form, linked against OpenSSL, is forbidden.
-
-
* Debian Policy compliance notes
================================