summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2006-02-10 18:38:33 +0000
committeremaste <emaste@FreeBSD.org>2006-02-10 18:38:33 +0000
commit170467b1149ad016ae3aa3184084c51e731a95cc (patch)
tree9b7813de60b3bbccff05134b18a49fb65a99931d /sys/net/if_vlan.c
parent6acd384eb796eacb4f9f16e262f08a0dcc701a47 (diff)
downloadFreeBSD-src-170467b1149ad016ae3aa3184084c51e731a95cc.zip
FreeBSD-src-170467b1149ad016ae3aa3184084c51e731a95cc.tar.gz
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)
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r--sys/net/if_vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index d270d99..dbed1bd 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -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 *
OpenPOWER on IntegriCloud