libnm: fix NMSettingVxlan ageing and limit max values
authorDan Williams <dcbw@redhat.com>
Fri, 5 Feb 2016 22:24:40 +0000 (16:24 -0600)
committerDan Williams <dcbw@redhat.com>
Fri, 5 Feb 2016 22:24:40 +0000 (16:24 -0600)
commit170b94598a72cf369a5cad07a648f3d421b69a00
tree3f6707fd8a2546758edfacd492ec61903d509694
parent2eabd61f7f5b39df446b76bb322723bdb5231a68
libnm: fix NMSettingVxlan ageing and limit max values

They are actually u32 in the kernel.  Plus if we use G_MAXINT32 it
causes gtkdoc to write out "Allowed values: <= G_MAXLONG" on i386
and "Allowed values: <= G_MAXINT" on x86_64, breaking multilib.

Fixes: 95dfd99afc3fe815b013a8613fbd2cf178355952
libnm-core/nm-setting-vxlan.c