Grégoire Delattre

Results 7 comments of 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:...

![2017-01-14-150132_3200x1800_scrot](https://cloud.githubusercontent.com/assets/1162110/21955391/b3b98288-da6a-11e6-8bfd-1a989bc40669.png)

+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...