mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 06:30:21 +01:00
vxlan: o.fd.NM.Device.Proxy is a boolean
(cherry picked from commit 203e48033b)
This commit is contained in:
parent
55e402e5ac
commit
8cffaf3bf5
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ get_property (GObject *object, guint prop_id,
|
|||
g_value_set_uint (value, priv->props.src_port_max);
|
||||
break;
|
||||
case PROP_PROXY:
|
||||
g_value_set_uint (value, priv->props.proxy);
|
||||
g_value_set_boolean (value, priv->props.proxy);
|
||||
break;
|
||||
case PROP_RSC:
|
||||
g_value_set_boolean (value, priv->props.rsc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue