On Mon, 21 Aug 2017 16:50:55 +0900 Satoshi Fujimoto <[email protected]> wrote:
> Currently, Ryu expects that the IPv4 peer address format is > "4 bytes with IPv4 address, followed by 12 bytes padding". > However RFC 7854 says the format is > "12 bytes padding, followed by 4 bytes with IPv4 address". > > This patch fixes it to correctly parse/serialize peer address. > > Reported-by: Henk Smit <[email protected]> > Signed-off-by: Satoshi Fujimoto <[email protected]> > --- > ryu/lib/packet/bmp.py | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) Applied, thanks! ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
