From c74e630d0ce4b1ace116e8211f3b6eb472efa7e3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Feb 2014 02:27:39 +0100 Subject: nspawn: add new switch --network-macvlan= to add a macvlan device to the container --- src/libsystemd/sd-rtnl/rtnl-message.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd/sd-rtnl') diff --git a/src/libsystemd/sd-rtnl/rtnl-message.c b/src/libsystemd/sd-rtnl/rtnl-message.c index dc74947993..27b606593b 100644 --- a/src/libsystemd/sd-rtnl/rtnl-message.c +++ b/src/libsystemd/sd-rtnl/rtnl-message.c @@ -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; -- cgit v1.2.3-54-g00ecf