9d165d9f | 10-Jan-2006 |
Hartmut Brandt <harti@FreeBSD.org> |
Vendor fix: the routing table can change while we are fetching it from the kernel. Instead of complaining if we get an ENOMEM (meaning it got larger than our buffer is) reallocate the buffer and loop
Vendor fix: the routing table can change while we are fetching it from the kernel. Instead of complaining if we get an ENOMEM (meaning it got larger than our buffer is) reallocate the buffer and loop.
Submitted by: maxim
show more ...
|
d4199d75 | 10-Jan-2006 |
Hartmut Brandt <harti@FreeBSD.org> |
Vendor fix: make the default read and write communities NULL. This basically disables any access unless other strings are set in the config file. Note, that there is no way to set the communities bac
Vendor fix: make the default read and write communities NULL. This basically disables any access unless other strings are set in the config file. Note, that there is no way to set the communities back to NULL once they're set to something not NULL.
show more ...
|
361b40a3 | 02-Nov-2005 |
Hartmut Brandt <harti@FreeBSD.org> |
Vendor patch: fix the reporting of ifOperStatus. We now consider an interface up when it is running AND the link is not down (that is, it is up or unknown). If the interface is running but the link i
Vendor patch: fix the reporting of ifOperStatus. We now consider an interface up when it is running AND the link is not down (that is, it is up or unknown). If the interface is running but the link is down, we return state 'dormant', because we're waiting for an external event. Otherwise the interface is 'down'.
Submitted by: csjp Reviewed by: glebius
show more ...
|
a9bfedb7 | 29-Apr-2005 |
Hartmut Brandt <harti@FreeBSD.org> |
Vendor patch: fix a bug that was introduced when moving from libisc to libbegemot: the rpoll_start_timer function needs the timeout value in milli-seconds, not the absolute time when the timer should
Vendor patch: fix a bug that was introduced when moving from libisc to libbegemot: the rpoll_start_timer function needs the timeout value in milli-seconds, not the absolute time when the timer should tick.
show more ...
|