14
0

63 Commits

Author SHA256 Message Date
022976556e Accepting request 1153828 from devel:languages:python
- 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/request/show/1153828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=28
2024-03-01 22:37:35 +00:00
c27417d265 - 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
2024-03-01 09:54:47 +00:00
054a43bddb Accepting request 1133205 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1133205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=27
2023-12-15 20:48:31 +00:00
52dc759df7 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=60
2023-12-14 21:34:53 +00:00
316836370e Accepting request 1007453 from devel:languages:python
- 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()

OBS-URL: https://build.opensuse.org/request/show/1007453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=26
2022-10-01 15:44:11 +00:00
2c0b2d0d3b - 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()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=58
2022-10-01 13:48:55 +00:00
b57f0d1d62 Accepting request 987188 from devel:languages:python
- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/987188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=25
2022-07-07 10:56:58 +00:00
5f414ccc50 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=56
2022-07-06 12:34:25 +00:00
2d411d2115 Accepting request 984519 from home:yarunachalam:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/984519
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=55
2022-06-23 06:00:36 +00:00
a90e02aa25 Accepting request 978081 from devel:languages:python
- 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 

- 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

OBS-URL: https://build.opensuse.org/request/show/978081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=24
2022-05-19 20:49:41 +00:00
f2fcd1d9e4 - 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 

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=53
2022-05-10 19:13:41 +00:00
75b3e826ea Accepting request 889497 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/889497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=23
2021-04-30 22:46:47 +00:00
b583cde383 Accepting request 889491 from home:alarrosa:branches:devel:languages:python
- update to 0.5.18:
  * netlink: support zero length lladdr
    <https://github.com/svinota/pyroute2/issues/717>
- update to 0.5.17:
  * license: aligned cli/ss2
    <https://github.com/svinota/pyroute2/pull/777>
  * ndb: del_ip() improvements
  * ndb: wait(timeout=...)
- update to 0.5.16:
  * ndb: fix syntax for Python < 3.6
    <https://github.com/svinota/pyroute2/pull/776>
- 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

OBS-URL: https://build.opensuse.org/request/show/889491
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=51
2021-04-30 09:06:28 +00:00
93df616b44 Accepting request 834879 from devel:languages:python
- update to 0.5.14:
  * iproute: ip neigh get <https://github.com/svinota/pyroute2/pull/723>
  * iproute: link_lookup fix <https://github.com/svinota/pyroute2/pull/725>
  * nftables: missing hooks <https://github.com/svinota/pyroute2/pull/732>
  * netns: fix <https://github.com/svinota/pyroute2/pull/733>

OBS-URL: https://build.opensuse.org/request/show/834879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=22
2020-09-16 17:41:26 +00:00
8015b084aa - update to 0.5.14:
* iproute: ip neigh get <https://github.com/svinota/pyroute2/pull/723>
  * iproute: link_lookup fix <https://github.com/svinota/pyroute2/pull/725>
  * nftables: missing hooks <https://github.com/svinota/pyroute2/pull/732>
  * netns: fix <https://github.com/svinota/pyroute2/pull/733>

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=49
2020-09-16 11:15:30 +00:00
4bda979ac4 Accepting request 824351 from devel:languages:python
- update to 0.5.13:
  * netns: allow to pass custom libc reference <https://github.com/svinota/pyroute2/issues/702>
  * generic: att L2TP support <https://github.com/svinota/pyroute2/pull/709>
  * iproute: link_lookup() optimization <https://github.com/svinota/pyroute2/issues/712>
  * ndb: basic cluster support

OBS-URL: https://build.opensuse.org/request/show/824351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=21
2020-08-05 18:27:18 +00:00
7a472b873e - update to 0.5.13:
* netns: allow to pass custom libc reference <https://github.com/svinota/pyroute2/issues/702>
  * generic: att L2TP support <https://github.com/svinota/pyroute2/pull/709>
  * iproute: link_lookup() optimization <https://github.com/svinota/pyroute2/issues/712>
  * ndb: basic cluster support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=47
2020-08-04 16:08:17 +00:00
6e1d801861 Accepting request 818349 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/818349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=20
2020-07-02 22:15:23 +00:00
Tomáš Chvátal
092365a049 Accepting request 818339 from home:pgajdos:python
- test package with pytest, drop unused nose dependency

OBS-URL: https://build.opensuse.org/request/show/818339
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=45
2020-07-02 14:30:36 +00:00
6564f01c46 Accepting request 810907 from devel:languages:python
- update to 0.5.12:
  * rtnl: implement team config pass <https://github.com/svinota/pyroute2/issues/699>
  * ndb.auth: example auth modules for RADIUS and OpenStack / Keystone
  * cli: syntax fixes

OBS-URL: https://build.opensuse.org/request/show/810907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=19
2020-06-09 22:45:56 +00:00
75f2db773e - update to 0.5.12:
* rtnl: implement team config pass <https://github.com/svinota/pyroute2/issues/699>
  * ndb.auth: example auth modules for RADIUS and OpenStack / Keystone
  * cli: syntax fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=43
2020-06-02 16:35:18 +00:00
d0faefcd2c Accepting request 807680 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/807680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=18
2020-05-26 15:18:25 +00:00
Tomáš Chvátal
80d81edb91 Accepting request 807629 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/807629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=41
2020-05-20 11:38:19 +00:00
6b96f27124 Accepting request 798856 from devel:languages:python
- update to 0.5.11:
  * ndb.report: filters and transformations
  * ndb.objects.route: support basic MPLS routes management
  * ndb.objects.route: support MPLS lwtunnel routes
  * ndb.schema: reschedule events

OBS-URL: https://build.opensuse.org/request/show/798856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=17
2020-04-29 18:51:50 +00:00
2de7f26ae2 - update to 0.5.11:
* ndb.report: filters and transformations
  * ndb.objects.route: support basic MPLS routes management
  * ndb.objects.route: support MPLS lwtunnel routes
  * ndb.schema: reschedule events

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=39
2020-04-29 10:28:01 +00:00
0461f853a0 Accepting request 788086 from devel:languages:python
- update to 0.5.10 bsc#1161898:

OBS-URL: https://build.opensuse.org/request/show/788086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=16
2020-03-25 22:46:00 +00:00
Tomáš Chvátal
3e5016d017 - update to 0.5.10 bsc#1161898:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=37
2020-03-25 08:52:13 +00:00
52cd52703f Accepting request 785076 from devel:languages:python
- update to 0.5.10:
  * general: don't use pkg_resources <https://github.com/svinota/pyroute2/issues/677>
  * iproute: fix Windows support
  * netlink: provide the target field
  * ndb: use the target field from the netlink header
  * ndb: multiple SQL fixes, transactions fixed with the PostgreSQL backend
  * ndb: multiple object cache fixes <https://github.com/svinota/pyroute2/issues/683>
  * ndb.schema: drop DB triggers
  * ndb.objects: fix object management within a netns <https://github.com/svinota/pyroute2/issues/628>
  * ndb.objects.route: support route metrics
  * ndb.objects.route: fix default route syntax

OBS-URL: https://build.opensuse.org/request/show/785076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=15
2020-03-16 09:18:36 +00:00
454fa716a2 - update to 0.5.10:
* general: don't use pkg_resources <https://github.com/svinota/pyroute2/issues/677>
  * iproute: fix Windows support
  * netlink: provide the target field
  * ndb: use the target field from the netlink header
  * ndb: multiple SQL fixes, transactions fixed with the PostgreSQL backend
  * ndb: multiple object cache fixes <https://github.com/svinota/pyroute2/issues/683>
  * ndb.schema: drop DB triggers
  * ndb.objects: fix object management within a netns <https://github.com/svinota/pyroute2/issues/628>
  * ndb.objects.route: support route metrics
  * ndb.objects.route: fix default route syntax

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=35
2020-03-14 15:56:46 +00:00
972bd77819 Accepting request 780415 from devel:languages:python
- update to 0.5.9:
  * ethtool: fix module setup
  * ethtool: initial support <https://github.com/svinota/pyroute2/pull/675>
  * tc: multimatch support <https://github.com/svinota/pyroute2/pull/674>
  * tc: meta support <https://github.com/svinota/pyroute2/pull/671>
  * tc: cake: add stats_app decoder <https://github.com/svinota/pyroute2/pull/662>
  * conntrack: filter <https://github.com/svinota/pyroute2/pull/660>
  * ndb.objects.interface: reload after setns
  * ndb.objects.route: create() dst syntax
  * ndb.objects.route: 'default' syntax
  * wireguard: basic testing

OBS-URL: https://build.opensuse.org/request/show/780415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=14
2020-03-03 09:15:41 +00:00
c4b7b8a2ed - update to 0.5.9:
* ethtool: fix module setup
  * ethtool: initial support <https://github.com/svinota/pyroute2/pull/675>
  * tc: multimatch support <https://github.com/svinota/pyroute2/pull/674>
  * tc: meta support <https://github.com/svinota/pyroute2/pull/671>
  * tc: cake: add stats_app decoder <https://github.com/svinota/pyroute2/pull/662>
  * conntrack: filter <https://github.com/svinota/pyroute2/pull/660>
  * ndb.objects.interface: reload after setns
  * ndb.objects.route: create() dst syntax
  * ndb.objects.route: 'default' syntax
  * wireguard: basic testing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=33
2020-02-28 23:05:57 +00:00
f7c9c36e60 Accepting request 772462 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/772462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=13
2020-02-11 21:23:33 +00:00
Tomáš Chvátal
e0c6dc3844 Accepting request 772370 from home:mnhauke
- Update to version 0.5.7:
  * ndb.objects.netns: prototype
  * ndb: netns management
  * ndb: netns sources autoconnect (disabled by default)
  * wireguard: basic support
  * netns: fix FD leakage
      * <https://github.com/svinota/pyroute2/issues/623>
  * cli: Python3 fixes
  * iproute: support `route('append', ...)`
  * ipdb: fix routes cleanup on link down
      * <https://github.com/svinota/pyroute2/issues/620>
  * wiset: support "mark" ipset type

OBS-URL: https://build.opensuse.org/request/show/772370
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=31
2020-02-09 10:08:37 +00:00
3d44c8360e Accepting request 708957 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/708957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=12
2019-06-12 11:15:33 +00:00
Tomáš Chvátal
aabf6ef801 - Update to 0.5.6:
* ndb.objects.route: multipath routes
  * ndb.objects.rule: basic support
  * ndb.objects.interface: veth fixed
  * ndb.source: fix source restart
  * ndb.log: logging setup

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=29
2019-06-03 10:17:11 +00:00
c250ce66cb Accepting request 694214 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/694214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=11
2019-05-06 11:24:56 +00:00
Tomáš Chvátal
102deb548f Accepting request 693725 from home:pgajdos
- version update to 0.5.5
  * nftables: rules expressions
      * <https://github.com/svinota/pyroute2/pull/592>
  * netns: ns_pids
      * <https://github.com/svinota/pyroute2/pull/593>
  * ndb: wait() method
  * ndb: add extra logging, log state transitions
  * ndb: nested views, e.g. `ndb.interfaces['br0'].ports
  * cli: port pyroute2-cli to use NDB instead of IPDB
  * iproute: basic Windows support (proof of concept only)
  * remote: support mitogen proxy chains, support remote netns

OBS-URL: https://build.opensuse.org/request/show/693725
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=27
2019-04-15 09:52:08 +00:00
a0097acd06 Accepting request 681315 from devel:languages:python
- Update to 0.5.4:
  * iproute: basic SR-IOV support, virtual functions setup
  * ipdb: shutdown logging fixed
  * ipset: fix regression
  * netns: pushns() / popns() / dropns() calls

OBS-URL: https://build.opensuse.org/request/show/681315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=10
2019-03-05 11:22:43 +00:00
Tomáš Chvátal
5313188484 - Update to 0.5.4:
* iproute: basic SR-IOV support, virtual functions setup
  * ipdb: shutdown logging fixed
  * ipset: fix regression
  * netns: pushns() / popns() / dropns() calls

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=25
2019-03-04 11:52:27 +00:00
c4e57a08f5 Accepting request 655926 from devel:languages:python
- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/655926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=9
2018-12-07 13:39:12 +00:00
4ce7bcc87b Add BR
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=23
2018-12-06 23:37:15 +00:00
32146b8ff7 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=22
2018-12-04 13:54:02 +00:00
f073033f06 Accepting request 648763 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/648763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=8
2018-11-26 09:20:02 +00:00
Todd R
9e1d32266c Accepting request 648608 from home:jimfunk:branches:devel:languages:python
- update to 0.5.3:
  * bsd: parser improvements
  * ndb: PostgreSQL support
  * ndb: transactions commit/rollback
  * ndb: dependencies rollback
  * ipdb: IPv6 routes fix
    * <https://github.com/svinota/pyroute2/issues/543>
  * tcmsg: ematch support
  * tcmsg: flow filter
  * tcmsg: stats2 support improvements
  * ifinfmsg: GRE i/oflags, i/okey format fixed
    * <https://github.com/svinota/pyroute2/issues/531>
  * cli/ss2: improvements, tests
  * nlsocket: fix work on kernels < 3.2
    * <https://github.com/svinota/pyroute2/issues/526>
- changes from 0.5.2
  * ndb: read-only DB prototype
  * remote: support communication via stdio
  * general: fix async keyword -- Python 3.7 compatibility
    * <https://github.com/svinota/pyroute2/issues/467>
    * <https://bugzilla.redhat.com/show_bug.cgi?id=1583800>
  * iproute: support monitoring on BSD systems via PF_ROUTE
  * rtnl: support for SQL schema in message classes
  * nl80211: improvements
    * <https://github.com/svinota/pyroute2/issues/512>
    * <https://github.com/svinota/pyroute2/issues/514>
    * <https://github.com/svinota/pyroute2/issues/515>
  * netlink: support generators
- changes from 0.5.1
  * ipdb: #310 -- route keying fix
  * ipdb: #483, #484 -- callback internals change
  * ipdb: #499 -- eventloop interface
  * ipdb: #500 -- fix non-default :: routes
  * netns: #448 -- API change: setns() doesn't remove FD
  * netns: #504 -- fix resource leakage
  * bsd: initial commits
- changes from 0.5.0
  * ACHTUNG: ipdb commit logic is changed
  * ipdb: do not drop failed transactions
  * ipdb: #388 -- normalize IPv6 addresses
  * ipdb: #391 -- support both IPv4 and IPv6 default routes
  * ipdb: #392 -- fix MPLS route key reference
  * ipdb: #394 -- correctly work with route priorities
  * ipdb: #408 -- fix IPv6 routes in tables >= 256
  * ipdb: #416 -- fix VRF interfaces creation
  * ipset: multiple improvements
  * tuntap: #469 -- support s390x arch
  * nlsocket: #443 -- fix socket methods resolve order for Python2
  * netns: non-destructive `netns.create()`

OBS-URL: https://build.opensuse.org/request/show/648608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=20
2018-11-13 16:04:24 +00:00
355cde803b Accepting request 527311 from devel:languages:python
- update to 0.4.21:
    * ipdb: #416 -- workaround for the vrf_table issue
    * ipdb: #392 -- fix MPLS route key reference
    * ipdb: #408 -- fix IPv6 routes in tables >= 256
    * ipdb: use tos as a route key

OBS-URL: https://build.opensuse.org/request/show/527311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=7
2017-09-20 15:12:27 +00:00
Thomas Bechtold
2c58cb214d - update to 0.4.21:
* ipdb: #416 -- workaround for the vrf_table issue
    * ipdb: #392 -- fix MPLS route key reference
    * ipdb: #408 -- fix IPv6 routes in tables >= 256
    * ipdb: use tos as a route key

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=18
2017-09-19 13:26:53 +00:00
419820ead2 Accepting request 518681 from devel:languages:python
- update to 0.4.19:
  * ipdb: global methods `review()`, `drop()`, `dump()`, `load()`
  * ipdb: support VLAN protocol (802.1q, 802.1ad)
  * ipdb: initial support for IPv6 rules
  * ipdb: #388 -- normalize IPv6 addresses
  * ipdb: #391 -- support both IPv4 and IPv6 default routes
  * ipdb: #394 -- correctly work with route priorities
  * netns: non-destructive `netns.create()` (forwarded request 518680 from tbechtold)

OBS-URL: https://build.opensuse.org/request/show/518681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=6
2017-08-28 13:16:09 +00:00
Thomas Bechtold
bc9e9dc869 Accepting request 518680 from home:tbechtold:branches:devel:languages:python
- update to 0.4.19:
  * ipdb: global methods `review()`, `drop()`, `dump()`, `load()`
  * ipdb: support VLAN protocol (802.1q, 802.1ad)
  * ipdb: initial support for IPv6 rules
  * ipdb: #388 -- normalize IPv6 addresses
  * ipdb: #391 -- support both IPv4 and IPv6 default routes
  * ipdb: #394 -- correctly work with route priorities
  * netns: non-destructive `netns.create()`

OBS-URL: https://build.opensuse.org/request/show/518680
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=16
2017-08-25 08:30:30 +00:00
Thomas Bechtold
000915fa4f Accepting request 518659 from home:tbechtold:branches:devel:languages:python
- update to 0.4.18:
  * ipdb: #379 [critical] -- routes in global commits
  * ipdb: #380 -- global commit with disabled plugins
  * ipdb: #381 -- exceptions fixed
  * ipdb: #382 -- manage dependent routes during interface commits
  * ipdb: #384 -- global `review()`
  * ipdb: #385 -- global `drop()`
  * netns: #383 -- support ppc64
  * general: public API refactored (same signatures; to be documented)

OBS-URL: https://build.opensuse.org/request/show/518659
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=15
2017-08-25 07:18:50 +00:00
30d6dd5ca6 Accepting request 509081 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/509081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=5
2017-07-10 09:07:59 +00:00