summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-11-06 20:50:18 -0600
committerDan Williams <dcbw@redhat.com>2013-11-07 11:52:19 -0600
commitd22f279f5346712c8ee67385017f015d75b93e18 (patch)
tree27c331fc4cbce60fd35d7645616040117c9a1cbb
parent60cf32f271b801a9f6276339da64b2c625836358 (diff)
downloadNetworkManager-d22f279f5346712c8ee67385017f015d75b93e18.tar.gz
core: fix 'hairpin_mode' after 9e19c3db (core: use nm_platform_*_*_option() for bridges)
-rw-r--r--src/devices/nm-device-bridge.c2
1 files changed, 1 insertions, 1 deletions
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 }
};