summaryrefslogtreecommitdiff
path: root/drivers/vlan_mon
diff options
context:
space:
mode:
authorSergey V. Lobanov <sergey@lobanov.in>2024-05-28 21:46:28 +0200
committerSergey V. Lobanov <sergey@lobanov.in>2024-06-02 14:30:48 +0200
commitd9fc4be48641bc7116e4dacbdb5e3115c3181a89 (patch)
tree13b80f8df13d56702bfa3ea94ee5a37c5e1992f7 /drivers/vlan_mon
parentbf7b43e7d10d2a5719438a27cb8a3400ce52e06e (diff)
downloadaccel-ppp-d9fc4be48641bc7116e4dacbdb5e3115c3181a89.tar.gz
accel-ppp-d9fc4be48641bc7116e4dacbdb5e3115c3181a89.zip
build: add dkms support for ipoe and vlan_mon drivers, ci optimizations
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Diffstat (limited to 'drivers/vlan_mon')
-rw-r--r--drivers/vlan_mon/vlan_mon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vlan_mon/vlan_mon.c b/drivers/vlan_mon/vlan_mon.c
index d5f42c91..6e8c5ea5 100644
--- a/drivers/vlan_mon/vlan_mon.c
+++ b/drivers/vlan_mon/vlan_mon.c
@@ -822,6 +822,7 @@ static void __exit vlan_mon_fini(void)
module_init(vlan_mon_init);
module_exit(vlan_mon_fini);
MODULE_LICENSE("GPL");
+MODULE_VERSION(ACCEL_PPP_VERSION);
module_param(autoclean, int, 0);
//MODULE_PARAM_DESC(autoclean, "automaticaly remove created vlan interfaces on restart");