예제 #1
0
 def bind(self, groups=0, **kwarg):
     GenericNetlinkSocket.bind(
         self, 'devlink', devlinkcmd, groups, None, **kwarg
     )
예제 #2
0
파일: __init__.py 프로젝트: liske/pyroute2
 def bind(self, groups=0, **kwarg):
     GenericNetlinkSocket.bind(self, self.genl_family,
                               self.marshal_class.msg_map[0], groups, None,
                               **kwarg)
예제 #3
0
 def bind(self, groups=0, **kwarg):
     GenericNetlinkSocket.bind(
         self, 'nl80211', nl80211cmd, groups, None, **kwarg
     )
예제 #4
0
 def bind(self):
     GenericNetlinkSocket.bind(self, 'TASKSTATS', taskstatsmsg)