14
0

- update to 0.4.12:

* ipdb: #314 -- let users choose RTNL groups IPDB listens to
  * ipdb: #321 -- isolate `net_ns_.*` setup in a separate code block
  * ipdb: #322 -- IPv6 updates on interfaces in DOWN state
  * ifinfmsg: allow absolute/relative paths in the net_ns_fd NLA
  * ipset: #323 -- support setting counters on ipset add
  * ipset: `headers()` command
  * ipset: revisions
  * ipset: #326 -- mark types

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=9
This commit is contained in:
2017-01-10 17:19:52 +00:00
committed by Git OBS Bridge
parent 7ddff18c5c
commit 9ea37c180e
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 10 17:18:02 UTC 2017 - dmueller@suse.com
- update to 0.4.12:
* ipdb: #314 -- let users choose RTNL groups IPDB listens to
* ipdb: #321 -- isolate `net_ns_.*` setup in a separate code block
* ipdb: #322 -- IPv6 updates on interfaces in DOWN state
* ifinfmsg: allow absolute/relative paths in the net_ns_fd NLA
* ipset: #323 -- support setting counters on ipset add
* ipset: `headers()` command
* ipset: revisions
* ipset: #326 -- mark types
-------------------------------------------------------------------
Mon Nov 21 08:17:08 UTC 2016 - glin@suse.com