From: Pavel Balaev <m...@void.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.