From d22f279f5346712c8ee67385017f015d75b93e18 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 6 Nov 2013 20:50:18 -0600 Subject: [PATCH] core: fix 'hairpin_mode' after 9e19c3db (core: use nm_platform_*_*_option() for bridges) --- src/devices/nm-device-bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/nm-device-bridge.c b/src/devices/nm-device-bridge.c index 739e60021b..856eb83b3a 100644 --- a/src/devices/nm-device-bridge.c +++ b/src/devices/nm-device-bridge.c @@ -209,7 +209,7 @@ static const Option master_options[] = { static const Option slave_options[] = { { NM_SETTING_BRIDGE_PORT_PRIORITY, "priority", TRUE, FALSE }, { NM_SETTING_BRIDGE_PORT_PATH_COST, "path_cost", TRUE, FALSE }, - { NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE, "harpin_mode", FALSE, FALSE }, + { NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE, "hairpin_mode", FALSE, FALSE }, { NULL, NULL } };