Fix that slipif used netif->num to pass parameters to slipif_init.

Use netif->state now, interpreted as u8_t port number (not a pointer any more!)
This commit is contained in:
Dirk Ziegelmeier
2017-02-05 12:35:42 +01:00
parent 1fd56658b8
commit ef758082ed
2 changed files with 10 additions and 11 deletions

View File

@@ -9,6 +9,10 @@ with newer versions.
* [Enter new changes just after this line - do not remove this line]
++ Application changes:
* slipif: The way to pass serial port number has changed. netif->num is not
supported any more, netif->state is interpreted as an u8_t port number now
(it's not a POINTER to an u8_t any more!)
* The IPv6 implementation now supports address scopes. All addresses that have a scope according
to the default policy (link-local unicast addresses, interface-local and link-local multicast