NetworkManager/docs
Rahul Rajesh 22455ac410 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.
```

(cherry picked from commit 2aaf88375e)
(cherry picked from commit 19fb2c0d1f)
2026-05-13 11:40:10 +02:00
..
api ipvlan: add support to IPVLAN interface 2024-09-18 13:19:42 +02:00
internal core: rename NM_DEVICE_MANAGED_TYPE_MANAGED to _TYPE_FULL 2024-08-28 15:35:56 +02:00
libnm geneve: add connection profile settings 2026-05-13 11:40:10 +02:00
meson.build all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
sandboxing.md docs: add "sandboxing.md" 2022-03-28 18:04:18 +02:00