aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* bsnmpd snmp_bridge: Remove set but unused variable.John Baldwin2023-06-201-3/+2
* bsnmpd/modules/snmp_bridge: Fix typosElyes Haouas2023-06-021-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Fix comment. It mentioned sparc64 specifically, but alignment issuesWarner Losh2020-02-101-2/+1
* Update bsnmp to version 1.13. This does not bring user-visible changes.Hartmut Brandt2018-07-031-0/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* style cleanupEnji Cooper2017-01-041-3/+2
* bridge_do_pfctl: allocate mib_name dynamically using asprintfEnji Cooper2017-01-041-7/+12
* bridge_get_pfval: use nitems instead of spelling it out longhandEnji Cooper2017-01-041-2/+2
* Use strlcpy instead of strcpy when copying the bridge name to ifr.ifr_nameEnji Cooper2017-01-041-3/+3
* style(9) fixes: clean up leading whitespaceEnji Cooper2016-12-281-1/+1
* style(9): clean up trailing whitespaceEnji Cooper2016-12-271-2/+2
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-2/+2
* Keep the snmp_bridge(3) module up to date with if_bridge(4) and add anShteryana Shopova2007-08-081-8/+57
* Remove all #if __FreeBSD_version checks now that RSTP support has beenShteryana Shopova2007-02-041-32/+2
* bridge_snmp.hBjoern A. Zeeb2006-12-291-65/+77
* Keep in sync with the if_bridge(4) module (rev. 1.20 if_bridgevar.h,Shteryana Shopova2006-12-201-20/+20
* Do not add 'default:' cases inside a switch() on an enum like theShteryana Shopova2006-12-151-43/+1
* Add support for RSTP (RFC4318) to the SNMP bridge monitoring module.Shteryana Shopova2006-12-071-21/+242
* Bring in a SNMP module to support monitoring if_bridge(4) interfacesShteryana Shopova2006-11-191-0/+1293