Changelog for
python311-pyroute2-0.7.12-1.2.noarch.rpm :
* Fri Mar 01 2024 Dirk Müller
- update to 0.7.12:
* cli: move readline import to the script
* nl80211: decoder improvements
* remote: fix dump() on RemoteIPRoute
* ndb: add ensure() call
* ethtool: ring support ndb: fix sources objects counting
* ethtool: ring support
* ndb: fix FDB records index
* ndb: fix sources objects counting
* Thu Dec 14 2023 Dirk Müller - update to 0.7.10:
* ss2: fix classful flow data
* ci: add Python versions 3.8 and 3.12, update platform versions
* l2tp: fix get_tunnel/get_session
* ndb: compat fix
* ndb: recordset pipes
* netns: RISCV64 fix
* netns: loongarch support
* ethtool: statistics support
* ethtool: dynamic ioctl gstrings
* NetNS: set_netnsid fix
* iproute: nsid allocation
* iproute: dump mpls routes
* rtnl: CAN support
* minimal: fix for embedded envs
* diag: support CGROUP_ID
* iwutil: get/set interface (by ifindex) type
* tc: \'duplicate\' parameter fix
* ss2: more fixes
* ss2: user context patch
* ndb: basic altname support
* nl80211: decoder improvements
* setup: static loader
* iproute: support altname in link_lookup()
* ethtool: fd leaks
* nlsocket: fix marshal reference
* rtnl: SRv6 updates
* connector: basic implementation
* nftables: sets draft
* ss2: provide as a module
* Sat Oct 01 2022 Dirk Müller - update to 0.7.3:
* nlsocket: CompileContext support
* nlsocket: support for per request parsers (see IPRoute.get_default_routes())
* generic: added support for dumping policies <#981>
* ndb: changed API for reports
* conntrack: fix TCP states <#991>
* ipmock: new component (IPMock) for mock tests
* thermal: update
* ci: nlm_generator = True -- force using generators in the CI
* iproute: fix neighbours dump <#962>
* iproute: fix rule add <#964>
* setup: fix build-backend <#961>
* packaging: back to single package layout <#935>
* packaging: static version <#939>
* ci: use nox, finish migration from nose
* netlink: universal nlmsg.get()
* Wed Jul 06 2022 Dirk Müller - update to 0.6.13:
* requests: IPv6 routes default priority
* requests: fix wrong family on empty IP targets
* ndb: fix NetlinkError escalation routine on apply
* Wed Jun 22 2022 Yogalakshmi Arunachalam - update to 0.6.12:
* ndb: allow dict as keys in __contains__
* ndb: fixed count() on nested views
* ndb: fix IPv6 addr removal: #926
* ifinfmsg: fixed IFLA_IPTUN_FLAGS: #924
* tc: fix tcm_info setting: #928- update to 0.6.11:
* ipdb: fix requests compatibility: #920
* ipdb: added deprecation warning- update to 0.6.10:
* ndb: fix DB reload on incomplete requests in the IPRoute API fallbacks: #890
* ndb: basic ipvlan support
* ndb: support ndb.schema.backup(\"filename\") fro SQLite3 backend
* ndb: transactions, CheckProcess, PingAddress, see test_ndb/test_transaction.py and docs
* ndb: make snapshots only for commit() calls, no automatic snapshots for apply()
* netlink: filter out all the subsequent messages starting from the first error: #892
* protocols: fix arp module export
* iproute: deprecate positional arguments to IPRoute.rule()
* iproute, ndb: use pyroute2.requests to filter and transform API call arguments
* conntrack: fix exports: #900
* nftables: multiple fixes: #902
* tc: fix em_ipset crash: #905
* tests: integrated pre-commit, github actions and more
* tests: support basic OpenBSD tests
* pyroute2-cli: parser fixes
* Tue May 10 2022 Dirk Müller - update to 0.6.9:
* wireguard peer fix for both IPv4 and IPv6:
* netns: avoid extra libc reloads:
* wireguard: IPv6 fixes:
* ndb: support arbitrary IPRoute-compatible source classes
* ndb: tolerate source failures
* ndb: chaotic tests
* general: kernel version parser:
* package: static version file:
* iproute: support custom link kind classes:
* ndb: reload of tunnels in the down state
* ndb: improved reliability in the state sync, affected multihop and encap routes
* ndb: improved neighbours management
* tuntap: support loongarch
* ndb: fix routes cleanup
* ndb: support `in` for sources, interfaces and addresses
* ndb: support changing tunnel (gre, ipip, ...) attributes
* netlink: support NLM_F_DUMP_INTR
* Sat Oct 16 2021 Dirk Müller - update to 0.6.5:
* ndb: fix `in` for sources
* core: provide entry_points aliases for legacy code
* packaging: fix missing exports
* ndb: memory leak fix
* packaging: fix internal modules import
* netlink: DEFAULT_RCVBUF size increased
* rtnl: fix COLLECT_METADATA for geneve devices
* ndb: route spec fixes
* packaging: force virtual packages to require same versions
* core: relocate RemoteIPRoute
* wireguard: fix key parsing
* packaging: fix importlib-metadata deps
* tc: support pfifo qdisc
* packaging: new layout
* ndb: fix default routes keys
* mptcp: basic support
* netlink: ext_ack support fix
* tc: netem rate setting
* NSPopen: fix fd leak
* Fri Apr 30 2021 Antonio Larrosa - update to 0.5.18:
* netlink: support zero length lladdr - update to 0.5.17:
* license: aligned cli/ss2
* ndb: del_ip() improvements
* ndb: wait(timeout=...)- update to 0.5.16:
* ndb: fix syntax for Python < 3.6 - update to 0.5.15:
* ndb: don\'t mess with SQL adapters unless really needed
* ndb: support more virtual interface types
* ndb: support in for views and record sets
* ndb: fix nested fetches from DB
* tests: start migration to pytest
* Wed Sep 16 2020 Dirk Mueller - update to 0.5.14:
* iproute: ip neigh get
* iproute: link_lookup fix
* nftables: missing hooks
* netns: fix
* Tue Aug 04 2020 Dirk Mueller - update to 0.5.13:
* netns: allow to pass custom libc reference
* generic: att L2TP support
* iproute: link_lookup() optimization
* ndb: basic cluster support