14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=62
This commit is contained in:
2024-03-01 09:54:47 +00:00
committed by Git OBS Bridge
parent 52dc759df7
commit c27417d265
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 1 09:54:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 21:34:00 UTC 2023 - Dirk Müller <dmueller@suse.com>