SHA256
1
0
forked from jengelh/iproute2

Accepting request 626868 from home:mkubecek:branches:security:netfilter

- Update to new upstream release 4.17

OBS-URL: https://build.opensuse.org/request/show/626868
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=162
This commit is contained in:
2018-08-06 13:38:29 +00:00
committed by Git OBS Bridge
parent 71f278182a
commit f4ccd7dfb9
10 changed files with 101 additions and 86 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Wed Aug 1 08:28:16 UTC 2018 - mkubecek@suse.cz
- Update to new upstream release 4.17
* use netlink rather than proc and sysfs for tunnels
* man: document -json and -pretty options
* ip, tc: JSON and color output for more subcommands
* bridge: implement JSON and color output
* tc: implement color output
* rdma: Add batch command support
* ss: print skmeminfo for packet sockets
* ip: link_gre6.c: Support IP6_TNL_F_ALLOW_LOCAL_REMOTE flag
* tc: support the ipt ematch
* ip rule: let user see and use protocol keyword
* rdma: update device capabilities flags (PCI write end padding)
* tc: f_flower: Add support for matching first frag packets
* bridge: add option extern_learn
* ss: Add support for TIPC socket diag
* tipc: introduce command for handling a new 128-bit node
identity
* tc: add oneline mode
* rdma: ad PD, MR, CQ and CM_ID resource tracking information
* rdma: Ignore unknown netlink attributes
* ip/l2tp: remove offset and peer-offset options
* ss: drop slabinfo based statistics
* ip: don't lookup interface index until needed
* rt_protos: drop old experimental gated names
* ip: IFLA_NEW_NETNSID/IFLA_NEW_IFINDEX support
* devlink: do not require NETLINK_{CAP,EXT}_ACK
* ip: display netns name instead of nsid
* ip link: enable to specify a name for the link-netns
- rdma-sync-some-IP-headers-with-glibc.patch:
fix build on Leap 42.3 and SLE12
- utils-Do-not-reset-family-for-default-any-all-addres.patch:
drop (present in 4.17)
- adjust-installation-directories-for-openSUSE-SLE.patch:
refresh
- split-link-and-compile-steps-for-binaries.patch:
refresh
-------------------------------------------------------------------
Wed May 2 06:13:55 UTC 2018 - mkubecek@suse.cz