]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipfw kfib algo: Use rt accessors instead of accessing rib/rtentry directly.
authormelifaro <melifaro@FreeBSD.org>
Fri, 11 Dec 2020 23:57:30 +0000 (23:57 +0000)
committermelifaro <melifaro@FreeBSD.org>
Fri, 11 Dec 2020 23:57:30 +0000 (23:57 +0000)
commitb773df4e19cec2210871ab7d9cfc7bdac8c6dd09
tree3aa5b9ffb3ad438981baadf488f5fb0f86f70fd7
parent70b74d94979ba532da9bf31f8870c82f117ed3a2
ipfw kfib algo: Use rt accessors instead of accessing rib/rtentry directly.

This removes assumptions on prefix storage and rtentry layout
 from an external code.

Differential Revision: https://reviews.freebsd.org/D27450
sys/netpfil/ipfw/ip_fw_table_algo.c