don't bind iproute netlink socket
This commit is contained in:
parent
f1b36bd171
commit
416b0c1770
@ -22,7 +22,6 @@ async def connect():
|
|||||||
class NeighborController:
|
class NeighborController:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.ip = pr2modules.iproute.linux.IPRoute()
|
self.ip = pr2modules.iproute.linux.IPRoute()
|
||||||
self.ip.bind()
|
|
||||||
|
|
||||||
async def get_neighbor(
|
async def get_neighbor(
|
||||||
self,
|
self,
|
||||||
|
Loading…
Reference in New Issue
Block a user