added netif remove callback (bug #32397)

This commit is contained in:
Simon Goldschmidt
2011-08-24 22:00:10 +02:00
parent 249e19769b
commit 0a5755145c
4 changed files with 37 additions and 1 deletions

View File

@@ -6,7 +6,10 @@ HISTORY
++ New features:
2011-08-26: Simon Goldschmidt
2011-08-24: Simon Goldschmidt
* opt.h, netif.h/.c: added netif remove callback (bug #32397)
2011-07-26: Simon Goldschmidt
* etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter
function instead of only checking for one VLAN (define ETHARP_VLAN_CHECK_FN)