mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-28 21:35:53 +00:00
36bcacd1c6
The netlink way of creating bridge has problems in older kernels like the one used on RHEL 6 (which is a supported one). So trying to use ioctl method to create bridge so that it works on any version. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>