Fix incorrect IPA log message
Change-Id: I520250287ae64495604e575b13a11481d03b79b2
This commit is contained in:
parent
7f8b8871ec
commit
65fe55a81f
@ -69,8 +69,8 @@ class RawPromiscuousSockets(object):
|
|||||||
fcntl.ioctl(sock.fileno(), SIOCSIFFLAGS, ifr) # S for Set
|
fcntl.ioctl(sock.fileno(), SIOCSIFFLAGS, ifr) # S for Set
|
||||||
# Bind the socket so it can be used
|
# Bind the socket so it can be used
|
||||||
LOG.debug('Binding interface %(interface)s for protocol '
|
LOG.debug('Binding interface %(interface)s for protocol '
|
||||||
'%(proto)s: %s', {'interface': interface_name,
|
'%(proto)s', {'interface': interface_name,
|
||||||
'proto': self.protocol})
|
'proto': self.protocol})
|
||||||
sock.bind((interface_name, self.protocol))
|
sock.bind((interface_name, self.protocol))
|
||||||
except Exception:
|
except Exception:
|
||||||
LOG.warning('Failed to open all RawPromiscuousSockets, '
|
LOG.warning('Failed to open all RawPromiscuousSockets, '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user