Skip to content

bond: drop _get_option_or_default() and use _get_option_normalized()

Currently nm_setting_bond_get_option_normalized() and nm_setting_bond_get_option_or_default() are identical functions. As the first one is exposed as public API and has a better name, let's drop the second one.

Merge request reports