summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-ip-tunnel.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: libnm: add doc comment to typesBeniamino Galvani2016-05-051-0/+3
| | | | | | This is required to add objects in the "Types and Values" section and in the API index. Later, we may want to add useful content in those empty comments.
* ip-tunnel: add a MTU propertyBeniamino Galvani2015-12-191-0/+3
| | | | | Add a new ip-tunnel.mtu property which can be used to change the MTU of the tunnel interface.
* libnm-core: add NMSettingIPTunnelBeniamino Galvani2015-12-011-0/+95
Add a generic NMSettingTunnel which describes properties of tunnels over IPv4 and IPv6 (GRE, SIT, IPIP, IPIP6, IP6GRE, etc.). Since those tunnel types all have similar properties it makes sense to have a single setting type for them.