snmp: Mention struct field removal in UPGRADING

This commit is contained in:
Jan Breuer 2024-11-29 18:26:58 +01:00 committed by Erik Ekman
parent 5ee5801c2c
commit fbd597e450

View File

@ -10,6 +10,7 @@ with newer versions.
* The eth_addr_cmp and ip_addr_cmp set of functions have been renamed to eth_addr_eq, ip_addr_eq
and so on, since they return non-zero on equality. Macros for the old names exist.
* The sio_write function used by PPP now takes the data argument as const.
* The prev field in the snmp_varbind struct has been removed.
(2.2.0)