]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ifconfig(8): Add kld mappings for ipsec/enc
authorkevans <kevans@FreeBSD.org>
Fri, 10 May 2019 13:18:22 +0000 (13:18 +0000)
committerkevans <kevans@FreeBSD.org>
Fri, 10 May 2019 13:18:22 +0000 (13:18 +0000)
commit408cf301738c0cf3d3cfb3a8f193455e5effc7e3
tree33b4466d17632bb85072b829bc4093832f41e9b6
parentd0ebfe22074ae1753c25a4b2db5cbf6a29560d88
ifconfig(8): Add kld mappings for ipsec/enc

Additionally, providing mappings makes the comparison for already loaded
modules a little more strict. This should have been done at initial
introduction, but there was no real reason- however, it proves necessary for
enc which has a standard enc -> if_enc mapping but there also exists an
'enc' module that's actually CAM. The mapping lets us unambiguously
determine the correct module.

Discussed with: ae
MFC after: 4 days
sbin/ifconfig/ifconfig.c