[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20181130.131206.685645023971363194.davem@davemloft.net>
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