Searched hist:"540 e585a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | fib_rules.c | 540e585a Wed Feb 12 09:43:41 CST 2020 Jethro Beekman <jethro@fortanix.com> net: fib_rules: Correctly set table field when table number exceeds 8 bits
In 709772e6e06564ed94ba740de70185ac3d792773, RT_TABLE_COMPAT was added to allow legacy software to deal with routing table numbers >= 256, but the same change to FIB rule queries was overlooked.
Signed-off-by: Jethro Beekman <jethro@fortanix.com> Signed-off-by: David S. Miller <davem@davemloft.net> 540e585a Wed Feb 12 09:43:41 CST 2020 Jethro Beekman <jethro@fortanix.com> net: fib_rules: Correctly set table field when table number exceeds 8 bits In 709772e6e06564ed94ba740de70185ac3d792773, RT_TABLE_COMPAT was added to allow legacy software to deal with routing table numbers >= 256, but the same change to FIB rule queries was overlooked. Signed-off-by: Jethro Beekman <jethro@fortanix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|