fixed bug #39514 ip_route() may return an IPv6-only interface

This commit is contained in:
Simon Goldschmidt
2014-02-25 22:37:52 +01:00
parent e9908048ec
commit f36d6b7ef5
2 changed files with 9 additions and 1 deletions

View File

@@ -96,6 +96,9 @@ HISTORY
++ Bugfixes:
2014-02-25: Simon Goldschmidt
ip4.c: fixed bug #39514 ip_route() may return an IPv6-only interface
2014-02-25: Simon Goldschmidt, patch by Fatih Asici
* pbuf.c: fixed bug #39356 Wrong increment in pbuf_memfind()