core: fix 'hairpin_mode' after 9e19c3db (core: use nm_platform_*_*_option() for bridges)

This commit is contained in:
Dan Williams
2013-11-06 20:50:18 -06:00
parent 60cf32f271
commit d22f279f53

View File

@@ -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 }
};