mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
For developers gensnmptree can now generate functions for enums to convert between enums and strings and to check the validity of a value. The sources in FreeBSD are now in sync with the upstream which allows to bring in IPv6 modifications.
18 lines
382 B
Makefile
18 lines
382 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MOD= bridge
|
|
SRCS= bridge_snmp.c bridge_if.c bridge_port.c bridge_addrs.c \
|
|
bridge_pf.c bridge_sys.c
|
|
|
|
XSYM= dot1dBridge newRoot topologyChange begemotBridgeNewRoot \
|
|
begemotBridgeTopologyChange begemotBridgeBaseName
|
|
|
|
MAN= snmp_bridge.3
|
|
|
|
BMIBS= BRIDGE-MIB.txt BEGEMOT-BRIDGE-MIB.txt RSTP-MIB.txt
|
|
DEFS= ${MOD}_tree.def
|
|
INCS= ${MOD}_snmp.h
|
|
|
|
.include <bsd.snmpmod.mk>
|