This patch changed the dhcp class __init__. xid was evaluated only once. It corrected so that it might evaluate each time.
--- doc/source/library_packet_ref.rst | 7 + ryu/lib/packet/dhcp.py | 294 +++++++++++++++++++++++++++++++++++++ 2 files changed, 301 insertions(+) create mode 100644 ryu/lib/packet/dhcp.py ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
