chiark / gitweb /
nspawn: add new switch --network-macvlan= to add a macvlan device to the container
[elogind.git] / src / libsystemd / sd-rtnl / rtnl-message.c
index dc749479939fc8b7d05c548f8243e23dab349c57..27b606593b072cde49f719d17562ce6bce44ae6a 100644 (file)
@@ -521,6 +521,7 @@ int sd_rtnl_message_append_u32(sd_rtnl_message *m, unsigned short type, uint32_t
                                 case IFLA_PROMISCUITY:
                                 case IFLA_NUM_TX_QUEUES:
                                 case IFLA_NUM_RX_QUEUES:
+                                case IFLA_MACVLAN_MODE:
                                         break;
                                 default:
                                         return -ENOTSUP;