CHANGELOG.rst
LICENSE
LICENSE.Apache-2.0
LICENSE.GPL-2.0-or-later
MANIFEST.in
README.contribute.rst
README.license.rst
README.minimal.rst
README.report.rst
README.rst
VERSION
pyproject.toml
setup.cfg
examples/README.md
examples/ipq.py
examples/ipset.py
examples/kobject_uevent.py
examples/nftables.py
examples/devlink/devlink_list.py
examples/devlink/devlink_monitor.py
examples/devlink/devlink_port_list.py
examples/ethtool/ethtool-ioctl_get_infos.py
examples/ethtool/ethtool-netlink_get_infos.py
examples/ethtool/ethtool_get_infos.py
examples/generic/Makefile
examples/generic/netl.c
examples/generic/netl.py
examples/iproute/ip_monitor.py
examples/lab/README.rst
examples/lab/iproute_get_addr/README.rst
examples/lab/iproute_get_addr/check.py
examples/lab/iproute_get_addr/setup.py
examples/lab/iproute_get_addr/task.py
examples/lab/iproute_get_attr/README.rst
examples/lab/iproute_get_attr/check.py
examples/lab/iproute_get_attr/setup.py
examples/lab/iproute_get_attr/task.py
examples/ndb/create_bond.py
examples/ndb/create_interface.py
examples/ndb/create_vlan.py
examples/ndb/keystone_auth.py
examples/ndb/radius_auth.py
examples/policy/policy.py
examples/processes/pmonitor.py
examples/processes/taskstats.py
examples/pyroute2-cli/comments
examples/pyroute2-cli/create_bridge
examples/pyroute2-cli/create_dummy
examples/pyroute2-cli/dump_lo
examples/wifi/nl80211_interface_type.py
examples/wifi/nl80211_interfaces.py
examples/wifi/nl80211_monitor.py
examples/wifi/nl80211_scan_dump.py
pr2modules/__init__.py
pyroute2/__init__.py
pyroute2/arp.py
pyroute2/common.py
pyroute2/conntrack.py
pyroute2/devlink.py
pyroute2/ipset.py
pyroute2/iwutil.py
pyroute2/lab.py
pyroute2/wiset.py
pyroute2.egg-info/PKG-INFO
pyroute2.egg-info/SOURCES.txt
pyroute2.egg-info/dependency_links.txt
pyroute2.egg-info/entry_points.txt
pyroute2.egg-info/requires.txt
pyroute2.egg-info/top_level.txt
pyroute2/bsd/__init__.py
pyroute2/bsd/util.py
pyroute2/bsd/pf_route/__init__.py
pyroute2/bsd/pf_route/freebsd.py
pyroute2/bsd/pf_route/openbsd.py
pyroute2/bsd/rtmsocket/__init__.py
pyroute2/bsd/rtmsocket/freebsd.py
pyroute2/bsd/rtmsocket/openbsd.py
pyroute2/cli/__init__.py
pyroute2/cli/console.py
pyroute2/cli/parser.py
pyroute2/cli/server.py
pyroute2/cli/session.py
pyroute2/cli/auth/__init__.py
pyroute2/cli/auth/auth_keystone.py
pyroute2/cli/auth/auth_radius.py
pyroute2/config/__init__.py
pyroute2/config/asyncio.py
pyroute2/config/eventlet.py
pyroute2/config/log.py
pyroute2/config/test_platform.py
pyroute2/config/version.py
pyroute2/dhcp/__init__.py
pyroute2/dhcp/client.py
pyroute2/dhcp/dhcp4msg.py
pyroute2/dhcp/dhcp4socket.py
pyroute2/ethtool/__init__.py
pyroute2/ethtool/common.py
pyroute2/ethtool/ethtool.py
pyroute2/ethtool/ioctl.py
pyroute2/ext/__init__.py
pyroute2/ext/icmp.py
pyroute2/ext/rawsocket.py
pyroute2/inotify/__init__.py
pyroute2/inotify/inotify_fd.py
pyroute2/inotify/inotify_msg.py
pyroute2/ipdb/__init__.py
pyroute2/ipdb/exceptions.py
pyroute2/ipdb/interfaces.py
pyroute2/ipdb/linkedset.py
pyroute2/ipdb/main.py
pyroute2/ipdb/routes.py
pyroute2/ipdb/rules.py
pyroute2/ipdb/transactional.py
pyroute2/ipdb/utils.py
pyroute2/iproute/__init__.py
pyroute2/iproute/bsd.py
pyroute2/iproute/ipmock.py
pyroute2/iproute/linux.py
pyroute2/iproute/parsers.py
pyroute2/iproute/windows.py
pyroute2/ndb/__init__.py
pyroute2/ndb/auth_manager.py
pyroute2/ndb/cli.py
pyroute2/ndb/cluster.py
pyroute2/ndb/compat.py
pyroute2/ndb/events.py
pyroute2/ndb/main.py
pyroute2/ndb/manager.py
pyroute2/ndb/messages.py
pyroute2/ndb/noipdb.py
pyroute2/ndb/query.py
pyroute2/ndb/report.py
pyroute2/ndb/schema.py
pyroute2/ndb/source.py
pyroute2/ndb/transaction.py
pyroute2/ndb/transport.py
pyroute2/ndb/view.py
pyroute2/ndb/objects/__init__.py
pyroute2/ndb/objects/address.py
pyroute2/ndb/objects/interface.py
pyroute2/ndb/objects/neighbour.py
pyroute2/ndb/objects/netns.py
pyroute2/ndb/objects/route.py
pyroute2/ndb/objects/rule.py
pyroute2/netlink/__init__.py
pyroute2/netlink/buffer.py
pyroute2/netlink/exceptions.py
pyroute2/netlink/nlsocket.py
pyroute2/netlink/proxy.py
pyroute2/netlink/devlink/__init__.py
pyroute2/netlink/diag/__init__.py
pyroute2/netlink/diag/ss2.py
pyroute2/netlink/event/__init__.py
pyroute2/netlink/event/acpi_event.py
pyroute2/netlink/event/dquot.py
pyroute2/netlink/event/thermal.py
pyroute2/netlink/generic/__init__.py
pyroute2/netlink/generic/ethtool.py
pyroute2/netlink/generic/l2tp.py
pyroute2/netlink/generic/mptcp.py
pyroute2/netlink/generic/wireguard.py
pyroute2/netlink/ipq/__init__.py
pyroute2/netlink/nfnetlink/__init__.py
pyroute2/netlink/nfnetlink/ipset.py
pyroute2/netlink/nfnetlink/nfctsocket.py
pyroute2/netlink/nfnetlink/nftsocket.py
pyroute2/netlink/nl80211/__init__.py
pyroute2/netlink/rtnl/__init__.py
pyroute2/netlink/rtnl/errmsg.py
pyroute2/netlink/rtnl/fibmsg.py
pyroute2/netlink/rtnl/ifaddrmsg.py
pyroute2/netlink/rtnl/ifstatsmsg.py
pyroute2/netlink/rtnl/iprsocket.py
pyroute2/netlink/rtnl/iw_event.py
pyroute2/netlink/rtnl/marshal.py
pyroute2/netlink/rtnl/ndmsg.py
pyroute2/netlink/rtnl/ndtmsg.py
pyroute2/netlink/rtnl/nsidmsg.py
pyroute2/netlink/rtnl/nsinfmsg.py
pyroute2/netlink/rtnl/p2pmsg.py
pyroute2/netlink/rtnl/riprsocket.py
pyroute2/netlink/rtnl/rtgenmsg.py
pyroute2/netlink/rtnl/rtmsg.py
pyroute2/netlink/rtnl/ifinfmsg/__init__.py
pyroute2/netlink/rtnl/ifinfmsg/compat.py
pyroute2/netlink/rtnl/ifinfmsg/proxy.py
pyroute2/netlink/rtnl/ifinfmsg/sync.py
pyroute2/netlink/rtnl/ifinfmsg/tuntap.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/__init__.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/bond.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/geneve.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/gtp.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/ipoib.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/ipvlan.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/team.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/tun.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/tuntap.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/vlan.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/vrf.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/vti.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/vti6.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/vxlan.py
pyroute2/netlink/rtnl/ifinfmsg/plugins/xfrm.py
pyroute2/netlink/rtnl/tcmsg/__init__.py
pyroute2/netlink/rtnl/tcmsg/act_bpf.py
pyroute2/netlink/rtnl/tcmsg/act_connmark.py
pyroute2/netlink/rtnl/tcmsg/act_gact.py
pyroute2/netlink/rtnl/tcmsg/act_mirred.py
pyroute2/netlink/rtnl/tcmsg/act_police.py
pyroute2/netlink/rtnl/tcmsg/act_skbedit.py
pyroute2/netlink/rtnl/tcmsg/act_vlan.py
pyroute2/netlink/rtnl/tcmsg/cls_basic.py
pyroute2/netlink/rtnl/tcmsg/cls_flow.py
pyroute2/netlink/rtnl/tcmsg/cls_fw.py
pyroute2/netlink/rtnl/tcmsg/cls_matchall.py
pyroute2/netlink/rtnl/tcmsg/cls_u32.py
pyroute2/netlink/rtnl/tcmsg/common.py
pyroute2/netlink/rtnl/tcmsg/common_act.py
pyroute2/netlink/rtnl/tcmsg/common_ematch.py
pyroute2/netlink/rtnl/tcmsg/em_cmp.py
pyroute2/netlink/rtnl/tcmsg/em_ipset.py
pyroute2/netlink/rtnl/tcmsg/em_meta.py
pyroute2/netlink/rtnl/tcmsg/sched_bpf.py
pyroute2/netlink/rtnl/tcmsg/sched_cake.py
pyroute2/netlink/rtnl/tcmsg/sched_choke.py
pyroute2/netlink/rtnl/tcmsg/sched_clsact.py
pyroute2/netlink/rtnl/tcmsg/sched_codel.py
pyroute2/netlink/rtnl/tcmsg/sched_drr.py
pyroute2/netlink/rtnl/tcmsg/sched_fq_codel.py
pyroute2/netlink/rtnl/tcmsg/sched_hfsc.py
pyroute2/netlink/rtnl/tcmsg/sched_htb.py
pyroute2/netlink/rtnl/tcmsg/sched_ingress.py
pyroute2/netlink/rtnl/tcmsg/sched_netem.py
pyroute2/netlink/rtnl/tcmsg/sched_pfifo.py
pyroute2/netlink/rtnl/tcmsg/sched_pfifo_fast.py
pyroute2/netlink/rtnl/tcmsg/sched_plug.py
pyroute2/netlink/rtnl/tcmsg/sched_sfq.py
pyroute2/netlink/rtnl/tcmsg/sched_tbf.py
pyroute2/netlink/rtnl/tcmsg/sched_template.py
pyroute2/netlink/taskstats/__init__.py
pyroute2/netlink/uevent/__init__.py
pyroute2/netns/__init__.py
pyroute2/netns/manager.py
pyroute2/nftables/__init__.py
pyroute2/nftables/expressions.py
pyroute2/nftables/main.py
pyroute2/nftables/rule.py
pyroute2/nftables/parser/__init__.py
pyroute2/nftables/parser/expr.py
pyroute2/nftables/parser/parser.py
pyroute2/nslink/__init__.py
pyroute2/nslink/nslink.py
pyroute2/nslink/nspopen.py
pyroute2/protocols/__init__.py
pyroute2/remote/__init__.py
pyroute2/remote/__main__.py
pyroute2/remote/iproute.py
pyroute2/remote/shell.py
pyroute2/remote/transport.py
pyroute2/requests/__init__.py
pyroute2/requests/address.py
pyroute2/requests/bridge.py
pyroute2/requests/common.py
pyroute2/requests/link.py
pyroute2/requests/main.py
pyroute2/requests/neighbour.py
pyroute2/requests/netns.py
pyroute2/requests/route.py
pyroute2/requests/rule.py
tests/test_unit/test_addr_pool.py
tests/test_unit/test_buffer.py
tests/test_unit/test_common.py
tests/test_unit/test_config.py
tests/test_unit/test_entry_points/test_basic.py
tests/test_unit/test_iproute_match/links.dump
tests/test_unit/test_iproute_match/test_match.py
tests/test_unit/test_nlmsg/addrmsg_ipv4.dump
tests/test_unit/test_nlmsg/gre_01.dump
tests/test_unit/test_nlmsg/iw_info_rsp.dump
tests/test_unit/test_nlmsg/iw_scan_rsp.dump
tests/test_unit/test_nlmsg/test_attr.py
tests/test_unit/test_nlmsg/test_map_adapter.py
tests/test_unit/test_nlmsg/test_marshal.py
tests/test_unit/test_requests/common.py
tests/test_unit/test_requests/test_address.py
tests/test_unit/test_requests/test_link.py
tests/test_unit/test_requests/test_neighbour.py
tests/test_unit/test_requests/test_route.py