Hacker News new | ask | show | jobs
by hueving 3305 days ago
Any reason netlink would be preferable if you're only making these calls <10 per minute?
1 comments

You have access to far more parameters through Netlink than through ioctl. For bridges, this includes VLAN tagging, flood behavior, filtering behavior, per-port MAC learning, etc. Any recent development on bridges for Linux is only accessible through sysfs and netlink.