Module netlink.rt.object
Base class for the rtnetlink object classes (route, link, addr,
rule): a netlink.session over the NETLINK_ROUTE protocol carrying the
shared dump loop and the routing-table id split.
Each object class provides
its request header, its record decode and its GET/NEW (and DEL)
message types.
See also:
Functions
| list ([family=AF_UNSPEC]) | Dumps and decodes every record of the object type. |
Functions
- list ([family=AF_UNSPEC])
-
Dumps and decodes every record of the object type.
Parameters:
- family integer address family. (default AF_UNSPEC)
Returns:
-
table
list of decoded record tables.