Closed jrbinks closed 1 year ago
Found a bug where the snmp community string wasn't being re-written properly, due to wrong brackets being selected in the match.
By way of explanation, here's my diff before and after:
- !snmp-server host X.X.X.X version 2c <removed>X.X.X.X + !snmp-server host X.X.X.X version 2c <removed> udp-port 162
Found a bug where the snmp community string wasn't being re-written properly, due to wrong brackets being selected in the match.