loopif is not required for loopback traffic any more but passed through any netif (ENABLE_LOOPBACK has to be enabled) (task #13515)

This commit is contained in:
sg
2015-03-24 21:22:19 +01:00
parent 71d121fab2
commit 521c92764d
5 changed files with 61 additions and 3 deletions

View File

@@ -6,6 +6,9 @@ HISTORY
++ New features:
* opt.h, ip4_addr.h, ip4.c, ip6.c: loopif is not required for loopback traffic
any more but passed through any netif (ENABLE_LOOPBACK has to be enabled)
2015-03-23: Simon Goldschmidt
* opt.h, etharp.c: with ETHARP_TABLE_MATCH_NETIF== 1, duplicate (Auto)-IP
addresses on multiple netifs should now be working correctly (if correctly