NetworkManager/clients
Lubomir Rintel 81967af3fc clients: add tc tfilter support
What works:

  nmcli c add con-name dum0 ifname dum0 type dummy \
      tc.tfilters 'parent 1234: matchall action drop, parent ffff: matchall action drop'
  nmcli c modify dum0 -tc.tfilters 'parent ffff: matchall action drop'
  nmcli c modify dum0 +tc.tfilters 'parent ffff: matchall action simple sdata Hello'

(cherry picked from commit 3261820004)
2017-12-11 19:43:40 +01:00
..
cli clients: add tc qdisc support 2017-12-11 19:06:31 +01:00
common clients: add tc tfilter support 2017-12-11 19:43:40 +01:00
tui tui: fix creation of open Wi-Fi connections 2017-11-30 23:43:30 +01:00
nm-online.c nm-online: fix wrong assertion failure during nm-online 2017-02-07 19:42:30 +01:00