NetworkManager/docs
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
..
api build: only demand an xsltproc program when it is used 2025-05-30 09:42:55 +00: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-02-17 15:21:03 -05: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