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(-)
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