lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 9 Oct 2016 18:58:20 -0700
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Sushma Sitaram <sushma.sitaram@...el.com>
Cc:     netdev@...r.kernel.org, john.r.fastabend@...el.com
Subject: Re: [PATCH] tc: f_u32: Fill in 'linkid' provided by user

On Wed, 28 Sep 2016 11:30:16 -0700
Sushma Sitaram <sushma.sitaram@...el.com> wrote:

> Currently, 'linkid' input by the user is parsed but 'handle' is appended to the netlink message.
> 
> # tc filter add dev enp1s0f1 protocol ip parent ffff: prio 99 u32 ht 800: \
> 	order 1 link 1: offset at 0 mask 0f00 shift 6 plus 0 eat match ip \
> 	protocol 6 ff
> 
> resulted in:
> filter protocol ip pref 99 u32 fh 800::1 order 1 key ht 800 bkt 0
>   match 00060000/00ff0000 at 8
>     offset 0f00>>6 at 0  eat
> 
> This patch results in:
> filter protocol ip pref 99 u32 fh 800::1 order 1 key ht 800 bkt 0 link 1:
>   match 00060000/00ff0000 at 8
>     offset 0f00>>6 at 0  eat
> 
> 
> Signed-off-by Sushma Sitaram: Sushma Sitaram <sushma.sitaram@...el.com>

Applied (for 4.8).

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ