mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 03:18:06 +02:00
libnm: use boolean values for range of NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE in slave_options
This commit is contained in:
parent
42288df043
commit
7c22710c17
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ static const Option slave_options[] = {
|
|||
TRUE, FALSE },
|
||||
{ NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE, "hairpin_mode",
|
||||
NULL, NULL,
|
||||
0, 1, 0,
|
||||
FALSE, TRUE, FALSE,
|
||||
FALSE, FALSE },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue