[Kea-users] Changing DSCP field in IPv4

2017-07-17 Thread Gokulakrishnan Gopalakrishnan
While sending DHCP Offer, Kea is sending DSCP field in IPV4 as 4 (0001 00) which is Unknown. I'd like to set that field as 0 (default: CS0). Can someone help me in setting DSCP field as 0? Thanks, Gokul ___ Ke

Re: [Kea-users] Changing DSCP field in IPv4

2017-07-17 Thread Steve Teusch
Gokul, When you set the value: "dhcp-socket-type": "udp" CS0 will be set. From: Kea-users [mailto:kea-users-boun...@lists.isc.org] On Behalf Of Gokulakrishnan Gopalakrishnan Sent: Monday, July 17, 2017 5:59 PM To: kea-users@lists.isc.org Subject: [Kea-users] Changing DSCP field in IPv4 While

Re: [Kea-users] Changing DSCP field in IPv4

2017-07-17 Thread Francis Dupont
Gokulakrishnan Gopalakrishnan writes: > While sending DHCP Offer, Kea is sending DSCP field > in IPV4 as 4 (0001 00) which > is Unknown. I'd like to set that field as 0 (default: CS0). Can someone > help me in setting DSCP field as 0? => which system? T

Re: [Kea-users] Changing DSCP field in IPv4

2017-07-17 Thread Gokulakrishnan Gopalakrishnan
Thanks Steve. Setting it to "dhcp-socket-type": "udp" worked On Mon, Jul 17, 2017 at 2:47 PM, Steve Teusch wrote: > Gokul, > > > > When you set the value: > > > > "dhcp-socket-type": "udp" > > > > CS0 will be set. > > > > *From:* Kea-users [mailto:kea-users-boun...@lists.isc.org] *On Behalf Of