]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 241130:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 27 Feb 2013 22:08:18 +0000 (22:08 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 27 Feb 2013 22:08:18 +0000 (22:08 +0000)
commit96a1a9d4d628752a03c004e2e69186902fedb978
tree0d789d885fa1503079e13c1e1a2844485ca66df0
parentd965cdb1956c19ab9e4d0de66edddfcee83ecec2
MFC 241130:
Rename the module for 'device enc' to "if_enc" to avoid conflicting with
the CAM "enc" peripheral (part of ses(4)).  Previously the two modules
used the same name, so only one was included in a linked kernel causing
enc0 to not be created if you added IPSEC to GENERIC.  The new module
name follows the pattern of other network interfaces (e.g. "if_loop").

git-svn-id: svn://svn.freebsd.org/base/stable/9@247424 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if_enc.c