mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 15:20:28 +01:00
libnm: fix copy & paste error in NMSettingVxlan properties
Fixes: 95dfd99afc
This commit is contained in:
parent
04ec21ccc2
commit
2eabd61f7f
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ nm_setting_vxlan_class_init (NMSettingVxlanClass *setting_class)
|
|||
* Since: 1.2
|
||||
**/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_AGEING,
|
||||
(object_class, PROP_LIMIT,
|
||||
g_param_spec_uint (NM_SETTING_VXLAN_LIMIT, "", "",
|
||||
0, G_MAXINT32, 0,
|
||||
G_PARAM_READWRITE |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue