mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 12:50:09 +01:00
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
|
||
|---|---|---|
| .. | ||
| tests | ||
| nm-client-utils.c | ||
| nm-client-utils.h | ||
| nm-meta-setting-access.c | ||
| nm-meta-setting-access.h | ||
| nm-meta-setting-desc.c | ||
| nm-meta-setting-desc.h | ||
| nm-polkit-listener.c | ||
| nm-polkit-listener.h | ||
| nm-secret-agent-simple.c | ||
| nm-secret-agent-simple.h | ||
| nm-vpn-helpers.c | ||
| nm-vpn-helpers.h | ||
| settings-docs.c.in | ||
| settings-docs.xsl | ||