Subhajit Chatterjee

Results 3 comments of Subhajit Chatterjee

Hi, I am getting similar issue while running the iptable command. Do I just need to copy connlabel.conf in /etc/xtables ? Also /etc/xtables was not there in (Ubuntu 18.04) beforehand,...

The issue seems to be in underscore in connlabel.conf file. Without underscore it's working

Hello, I have tried to create bridge using sk = nl_socket_alloc(); if ((err = nl_connect(sk, NETLINK_ROUTE)) < 0) { nl_perror(err, "Unable to connect socket"); return err; } ``` link1 =...