NetworkManager/docs/libnm
Rahul Rajesh 2aaf88375e geneve: add connection profile settings
Added support for the following properties in connection profile:
id (VNI), remote IPv4/IPv6, ttl, tos, df, destination port.

See IP-LINK(8) manual page with command `man 8 ip-link` for more details
on the properties. See also previous commit for nm supported attributes.

id and remote are mandatory attributes:
```
$ nmcli connection add type geneve save no
Error: 'id' argument is required.
$ nmcli connection add type geneve id 42 save no
Error: 'remote' argument is required.
```
2026-02-17 15:21:03 -05:00
..
libnm-docs.xml geneve: add connection profile settings 2026-02-17 15:21:03 -05:00
libnm.png docs: add libnm documentation 2014-08-01 14:34:05 -04:00
libnm.svg wimax: drop WiMAX support (bgo #747846) 2015-04-17 12:42:23 -04:00
meson.build libnm: remove unused "nm-property-compare.c" 2024-01-04 10:03:00 +01:00
version.xml.in docs: add libnm documentation 2014-08-01 14:34:05 -04:00