mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
nlmanager: removes 'Add support for decoding' debug msgs on -d output
Ticket: CM-13208 Reviewed By: Roopa, Scott E, Daniel Testing Done: smoke + ifupdown2-tests Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@@ -17,7 +17,7 @@ class Netlink(utilsBase):
|
||||
|
||||
def __init__(self, *args, **kargs):
|
||||
utilsBase.__init__(self, *args, **kargs)
|
||||
self._nlmanager_api = NetlinkManager()
|
||||
self._nlmanager_api = NetlinkManager(extra_debug=False)
|
||||
|
||||
def get_iface_index(self, ifacename):
|
||||
if ifupdownflags.flags.DRYRUN: return
|
||||
|
||||
Reference in New Issue
Block a user