summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.NetworkManager.Device.IPTunnel.xml
Commit message (Collapse)AuthorAgeFilesLines
* ip-tunnel: add support for tunnel flagsBeniamino Galvani2018-01-051-0/+7
| | | | | | | | | | | | | | | | | | Implement support for IP tunnel flags. Currently only some IPv6 tunnel flags are supported. Example: # nmcli connection add type ip-tunnel mode ip6ip6 \ ip-tunnel.flags ip6-ign-encap-limit,ip6-use-orig-tclass \ ifname abc ip-tunnel.parent ens8 ipv4.method disabled \ ipv6.method manual ipv6.address ::8888 remote ::42 # ip -d l 61: abc@ens8: <NOARP,UP,LOWER_UP> mtu 1460 qdisc noqueue ... link/tunnel6 :: brd ::42 promiscuity 0 ip6tnl ip6ip6 remote ::42 local :: dev ens8 encaplimit none hoplimit 0 tclass inherit ... https://bugzilla.gnome.org/show_bug.cgi?id=791846
* introspection: include short description everywhereLubomir Rintel2017-03-171-0/+5
|
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-0/+96
This makes it easier to install the files with proper names. Also, it makes the makefile rules slightly simpler. Lastly, the documentation is now generated into docs/api, which makes it possible to get rid of the awkward relative file names in docbook.