Re: [Ryu-devel] Patch: Support relayed DHCP packets

2016-07-26 Thread FUJITA Tomonori
On Tue, 19 Jul 2016 20:13:31 -0700 Michael Haro wrote: > https://tools.ietf.org/html/draft-ietf-dhc-implementation-02#section-4.7.2 > > states that DHCP relays should use source port 67 and dest port 67. > > --- > ryu/lib/packet/udp.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)

[Ryu-devel] Patch: Support relayed DHCP packets

2016-07-19 Thread Michael Haro
https://tools.ietf.org/html/draft-ietf-dhc-implementation-02#section-4.7.2 states that DHCP relays should use source port 67 and dest port 67. --- ryu/lib/packet/udp.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ryu/lib/packet/udp.py b/ryu/lib/packet/udp.py index bae6