Lines Matching refs:netlink
5 .. py:module:: netlink.core
9 import netlink.core as netlink
20 obj = netlink.Object("route/link", "link")
68 by netlink protocols which handle any kind of object, e.g. network
118 addr = netlink.AbstractAddress('127.0.0.1/8')
124 a = netlink.AbstractAddress('10.0.0.1/24')
125 b = netlink.AbstractAddress('10.0.0.2/24')
155 af = netlink.AddressFamily('inet6')
170 Generic exception raised by netlink modules.
190 Note: It is not required to manually create and connect netlink sockets
196 Local port (address) of netlink socket
200 Peer port (remote address) of netlink socket. If set, all messages
205 Connect the netlink socket using the specified netlink protocol::
206 sock.connect(netlink.NETLINK_ROUTE)