mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
Bump the MODULE_VERSION for HEAD, as the vlan(4) API is different in
RELENG_6, and would require a lower version number. Requested by: glebius Approved by: rwatson (mentor)
This commit is contained in:
parent
ccabcacb30
commit
11edc47706
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155509
@ -503,7 +503,7 @@ static moduledata_t vlan_mod = {
|
||||
};
|
||||
|
||||
DECLARE_MODULE(if_vlan, vlan_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
|
||||
MODULE_VERSION(if_vlan, 1);
|
||||
MODULE_VERSION(if_vlan, 3);
|
||||
MODULE_DEPEND(if_vlan, miibus, 1, 1, 1);
|
||||
|
||||
static struct ifnet *
|
||||
|
Loading…
x
Reference in New Issue
Block a user