Lubomir Rintel
92f8f30d47
clients: add tc qdisc support
...
What works:
nmcli c add con-name dum0 ifname dum0 type dummy \
tc.qdiscs 'ingress, root pfifo_fast'
nmcli c modify dum0 -tc.qdiscs 'root pfifo_fast'
nmcli c modify dum0 +tc.qdiscs 'root handle 666: fq_codel'
2017-12-11 10:52:23 +01:00
Lubomir Rintel
aec8d36b3e
clients: add support for ovs-bridge setting
2017-10-30 17:40:09 +01:00
Lubomir Rintel
6f73b4608a
clients: add support for ovs-port setting
2017-10-30 17:40:09 +01:00
Lubomir Rintel
6dcd54b0de
clients: add support for ovs-interface setting
2017-10-30 17:40:09 +01:00
Lubomir Rintel
e7ab81098a
clients: add support for ovs-patch setting
2017-10-30 17:40:09 +01:00
Thomas Haller
6c2727af14
cli: add meta data for NMSettingGeneric
2017-04-12 14:12:20 +02:00
Thomas Haller
b5c8622ad3
cli: split nm-meta-setting-desc out of settings
...
This part contains static functions and variables to describe
settings. It is distinct from the mechanism to use them, or
access them.
Split it out.
It still uses clients/cli/common.h and clients/cli/utils.h
which shall be fixed next.
2017-03-30 13:09:58 +02:00