Bug 1019622 - enable CONFIG_FULL_DYNAMIC_VLAN
Summary: enable CONFIG_FULL_DYNAMIC_VLAN
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: hostapd
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: John W. Linville
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-16 07:32 UTC by Hiroaki KAWAI
Modified: 2013-11-22 20:29 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-22 20:29:50 UTC
Type: Bug


Attachments (Terms of Use)

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"


Note You need to log in before you can comment on or make changes to this bug.