Home | History | Annotate | Download | only in doc
      1 Documentation Overview - libnl Suite
      2 ====================================
      3 
      4 == Libraries
      5 
      6 image:library_overview.png["Library Hierarchy"]
      7 
      8 link:core.html[Netlink Library] (libnl)::
      9 Socket handling, sending and receiving, message construction and parsing, ...
     10 
     11 link:route.html[Routing Family Library] (libnl-route)::
     12 Adresses, links, neighbours, routing, traffic control, neighbour tables, ...
     13 
     14 Netfilter Library (libnl-nf)::
     15 Connection tracking, logging, queueing
     16 
     17 Generic Netlink Library (libnl-genl)::
     18 Controller API, family and command registration
     19 
     20 == Python Packages
     21  - netlink.core
     22  - netlink.route.link
     23