]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipfw kfib algo: Use rt accessors instead of accessing rib/rtentry directly.
authorAlexander V. Chernikov <melifaro@FreeBSD.org>
Fri, 11 Dec 2020 23:57:30 +0000 (23:57 +0000)
committerAlexander V. Chernikov <melifaro@FreeBSD.org>
Fri, 11 Dec 2020 23:57:30 +0000 (23:57 +0000)
commit4451d8939c597b64650a0d574cffdc232324e673
tree3aa5b9ffb3ad438981baadf488f5fb0f86f70fd7
parentc821ba35b64735e3d096ba19bba7ba309a4d7893
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