Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2962 - Global section not created #7742

Open
openwrt-bot opened this issue Apr 4, 2020 · 1 comment
Open

FS#2962 - Global section not created #7742

openwrt-bot opened this issue Apr 4, 2020 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

lucenera:

If I build on masters by disabling IPv6 support, the Globals section in "network" config file is not created.

  • The problem occurs on Linksys WRT3200ACM (Rango), but I suppose it is independent of the hardware.
  • I am currently building on master and this is where I noticed the problem.
  • Download the code, update and install the packages, access menuconfig. Disable IPv6 support. Save the configuration, build and flash the
    firmware on the device. Check the file /etc/config/network.

Although the Globals section contains ula_prefix, it also contains packet_steering, which is not related to IPv6 support.
The workaround is to manually create the Globals section and add the option for packet_steering.

@openwrt-bot
Copy link
Author

dedeckeh:

Hi,

Why do you expect the globals section to be available by default on non-IPv6 builds?
Checking the code the packet_steering network config is not created by default like the ula_prefix config.

Hans

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant