diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2021-09-14 17:49:13 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2021-09-14 17:51:46 +0200 |
commit | 090e0cb411b9f1c7242883ed99d8f2aa8d6a2aae (patch) | |
tree | b3b68044c851980d3b635cfe396fca03a086efe8 | |
parent | 904b9b93395a2593c93be7367396ac6656fcaf76 (diff) | |
download | NetworkManager-bg/tc-platform.tar.gz |
platform: don't listen for tc netlink messagesbg/tc-platform
-rw-r--r-- | src/libnm-platform/nm-linux-platform.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libnm-platform/nm-linux-platform.c b/src/libnm-platform/nm-linux-platform.c index 10f04c3e48..52a9e781c9 100644 --- a/src/libnm-platform/nm-linux-platform.c +++ b/src/libnm-platform/nm-linux-platform.c @@ -9519,7 +9519,6 @@ constructed(GObject *_object) RTNLGRP_IPV6_IFADDR, RTNLGRP_IPV6_ROUTE, RTNLGRP_LINK, - RTNLGRP_TC, 0); g_assert(!nle); |