Re: [FIX][PATCH] snmp-bridge-mib

2021-11-09 Thread Wes Hardaker via Net-snmp-coders
Charles Polisher writes: > I found a bug in snmp-bridge-mib that causes incorrect results > when the number of bridge ports exceeds one digit, because a > string compare is used on numeric data. Thanks, applied! -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

[FIX][PATCH] snmp-bridge-mib

2021-11-02 Thread Charles Polisher
Hello, I found a bug in snmp-bridge-mib that causes incorrect results when the number of bridge ports exceeds one digit, because a string compare is used on numeric data. The fix, tested, is below. I hope this helps! Best regards, and thanks to all the maintainers, -- Charles Polisher $ diff -u