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#3449 - failsafe packet sent to udp/4919 does not match interface address #8320

Open
openwrt-bot opened this issue Nov 13, 2020 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

mpattera:

Tested on Netgear EX3700 with OpenWrt 19.07.2 r10947-65030d81f3, but also applies to trunk.

During preinit the interface is configured with failsafe ip address and physical mac, so packets are sent out with sender address that may not be the same configured for the interface. This may result in conficts with other devices in the network.

It is possibile to disable those messages by setting CONFIG_TARGET_PREINIT_SHOW_NETMSG and CONFIG_TARGET_PREINIT_SUPPRESS_FAILSAFE_NETMSG, but the latter is not set in default config. It would be safer to disable messages by default.

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