Trim meaningless entries

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=217
This commit is contained in:
Jan Engelhardt 2021-11-14 01:20:31 +00:00 committed by Git OBS Bridge
parent 65ceec2ea9
commit 8583b681e9

View File

@ -4,29 +4,17 @@ Sat Nov 13 20:03:30 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 5.15:
* lib: bpf_legacy: fix bpffs mount when /sys/fs/bpf exists
* man: devlink-port: fix the devlink port add synopsis
* man: devlink-port: fix style
* man: devlink-port: remove extra .br
* man: devlink-port: fix pfnum for devlink port add
* iptuntap: fix multi-queue flag display
* mptcp: unbreak JSON endpoint list
* cmd: use spaces instead of tabs for usage indentation
* ipneigh: add support to print brief output of neigh cache in tabular format
* ip/bond: add lacp active support
* ipneigh: add support to print brief output of neigh cache in
tabular format
* ip/bond: add LACP active support
* ip/tunnel: always print all known attributes
* Add, show, link, remove IOAM namespaces and schemas
* New IOAM6 encap type for routes
* IOAM man8
* ipioam6: use print_nl instead of print_null
* tree-wide: fix some typos found by Lintian
* rdma: Fix SRQ resource tracking information json
* man: ip-link: remove double of
* lib/bpf: fix map-in-map creation without prepopulation
* tc/skbmod: Introduce SKBMOD_F_ECN option
* tc/f_flower: fix port range parsing
* uapi: update headers from 5.15 merge
* ip: remove leftovers from IPX and DECnet
* uapi: updates from 5.15-rc1
* uapi: pickup fix for xfrm ABI breakage
-------------------------------------------------------------------
Wed Sep 1 11:49:51 UTC 2021 - Jan Engelhardt <jengelh@inai.de>