Add two ioctls to enable vz specific features and to control changing of mac addresses.
https://jira.sw.ru/browse/PSBM-32276 https://jira.sw.ru/browse/PSBM-26974 Andrew Vagin (5): vz: remove vzethdev veth: add ability to enable vz-specific features veth: filter packages accoding with mac addresses veth: add ability to prevent changing of a mac address from a container veth: don't drop skb->mark if NETIF_F_VENET is set config.OpenVZ | 1 - drivers/net/Makefile | 1 - drivers/net/veth.c | 71 ++++- drivers/net/vzethdev.c | 697 --------------------------------------- include/linux/netdev_features.h | 2 + include/uapi/linux/veth.h | 26 +-- kernel/Kconfig.openvz | 8 - net/core/skbuff.c | 3 +- 8 files changed, 76 insertions(+), 733 deletions(-) delete mode 100644 drivers/net/vzethdev.c _______________________________________________ Devel mailing list [email protected] https://lists.openvz.org/mailman/listinfo/devel
