From: Phil Sutter
Date: Tue, 23 Aug 2016 13:14:31 +0200
> Since the features bit field has bits for internal only use as well, it
> may happen that the kernel exports RTAX_FEATURES attribute with zero
> value which is pointless.
>
> Fix this by making sure the attribute is added only if the expo
Since the features bit field has bits for internal only use as well, it
may happen that the kernel exports RTAX_FEATURES attribute with zero
value which is pointless.
Fix this by making sure the attribute is added only if the exported
value is non-zero.
Signed-off-by: Phil Sutter
---
net/core/r