Bug 1019622

Summary: enable CONFIG_FULL_DYNAMIC_VLAN
Product: [Fedora] Fedora Reporter: Hiroaki KAWAI <kawai>
Component: hostapdAssignee: John W. Linville <linville>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: linville, negativo17
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-22 20:29:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Hiroaki KAWAI 2013-10-16 07:32:39 UTC
Description of problem:

vlan_tagged_interface, vlan related configuration requires CONFIG_FULL_DYNAMIC_VLAN.

Version-Release number of selected component (if applicable): 2.0


How reproducible:

Put vlan_tagged_interface configuration in /etc/hostapd/hostapd.conf, then hostapd startup fails.


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:


--- hostapd.spec	2013-10-16 16:21:23.655497049 +0900
+++ hostapd.spec.new	2013-10-16 16:23:13.553057151 +0900
@@ -68,6 +68,7 @@
                         -e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \
                         -e '/^#CONFIG_DRIVER_WIRED=y/s/^#//' \
                         -e '/^#CONFIG_DRIVER_NONE=y/s/^#//' \
+                        -e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
                         -e '/^#CONFIG_IEEE80211N=y/s/^#//' > .config
 make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS"