freebsd-dev/usr.sbin/bsnmpd/modules
Dimitry Andric 3fd49cf90e Fix the following -Werror warning from clang 10.0.0 in bsnmpd:
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c:1235:43: error: overlapping comparisons always evaluate to true [-Werror,-Wtautological-overlap-compare]
                            begemotBridgeStpPortEnable_enabled ||
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~

Work around it by casting the enum values to the type of val->v.integer.

MFC after:	3 days
2020-01-29 21:40:35 +00:00
..
snmp_bridge Fix the following -Werror warning from clang 10.0.0 in bsnmpd: 2020-01-29 21:40:35 +00:00
snmp_hast Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
snmp_hostres snmp_hostres(3): fix a typo in sanity checks in handle_chunk() 2019-02-18 03:23:10 +00:00
snmp_lm75 No need for each bsnmpd(1) module to open connection to syslog 2019-06-21 07:45:58 +00:00
snmp_mibII Update Makefile.depend files 2019-12-11 17:37:53 +00:00
snmp_netgraph Update Makefile.depend files 2019-12-11 17:37:53 +00:00
snmp_pf Unbreak snmp_pf(3) after the changes introduced in r338209 2019-06-21 07:29:02 +00:00
snmp_target Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
snmp_usm Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
snmp_vacm Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
snmp_wlan Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
Makefile Remove the NATM framework including the en(4), fatm(4), hatm(4), and 2017-04-24 21:21:49 +00:00
Makefile.depend
Makefile.inc