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:   Fri, 30 Nov 2018 13:12:06 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     mail@...d.so
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH v3] ipv4: make DSCP values works with ip rules

From: Pavel Balaev <mail@...d.so>
Date: Tue, 27 Nov 2018 13:07:10 +0300

> -#define IPTOS_RT_MASK	(IPTOS_TOS_MASK & ~3)
> +#define IPTOS_RT_MASK	(IPTOS_DSCP_MASK & ~3)

I was hoping my original feedback would have you actually go
investigate why IPTOS_RT_MASK is defined the way that it is.

I will try again.

Please grep around for RTO_ONLINK and see how that specifically
interferes with what you are trying to do here.

I don't think your goal is achievable with how things are defined
currently.

Sorry.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ