Hello,
I would like to ask Pidora team about VLAN support.
I tried to configure VLAN but I got the following error:
# vconfig add eth0 1
WARNING: Could not open /proc/net/vlan/config. Maybe you need to load the 8021q module, or maybe you are not using PROCFS??
8021Q module seems available in the boot config:
# grep -i 8021Q /boot/config-3.11.6-3.20131023git10bc582.rpfr18
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
But I can not find or load the 8021Q module:
# lsmod | grep 8021q
# modprobe 8021q
Any idea how to get this working ?
Regards