For loopback packets, adjust the stats- and snmp-counters for the loopback netif.

This commit is contained in:
goldsimon
2010-02-09 17:00:57 +00:00
parent 3f8e6c423c
commit b1250f003d
2 changed files with 35 additions and 2 deletions

View File

@@ -99,6 +99,10 @@ HISTORY
++ Bugfixes:
2010-02-09: Simon Goldschmidt
* netif.c: For loopback packets, adjust the stats- and snmp-counters
for the loopback netif.
2010-02-08: Simon Goldschmidt
* igmp.c/.h, ip.h: Moved most defines from igmp.h to igmp.c for clarity
since they are not used anywhere else.