Grégoire Delattre
Grégoire Delattre
Hello, thanks for your contribution ! I think the commit message should updated: * it should start with an uppercase letter * it could be more clear to specify that...
Hello, I just merged you other PR, this one is now in conflict. Could you rebase this PR ?
Could you rebase instead of merging, it would be better to have only one commit for this PR. There's multiple ways to to this but a simple way would be:...

+1 Ethernet support would be nice !
The ipset needs to be created first: ``` root@OverTheBox:~# ipset create yolo hash:ip family inet ``` Then you can add this conf in dnsmasq: ``` config dnsmasq ..... list ipset...
I'm not sure using dnsmasq to fill the ipset is a good idea, this will create a hard dependency between two unrelated packages: dnsmasq(dns/dhcp) and otb-dscp(dscp marks). But this is...