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

IPv6 address and prefix timeout failures #22732

Closed
jukkar opened this issue Feb 11, 2020 · 1 comment
Closed

IPv6 address and prefix timeout failures #22732

jukkar opened this issue Feb 11, 2020 · 1 comment
Assignees
Labels
area: Networking bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@jukkar
Copy link
Member

jukkar commented Feb 11, 2020

Describe the bug
After I enabled CONFIG_NET_IF_LOG_LEVEL_DBG=y, I started to see constant stream of following message (one msg / ms).

[00:24:05.727,000] <dbg> net_if.prefix_lifetime_timeout: (0x20022060): Waiting for 2147483547 ms
[00:24:05.727,000] <dbg> net_if.address_lifetime_timeout: (0x20022060): Waiting for 2147483547 ms

To Reproduce
Steps to reproduce the behavior:

  1. cd samples/net/sockets/echo_server
  2. mkdir build; cd build
  3. cmake -B build -DBOARD=nucleo_f767zi . -DCONFIG_NET_IF_LOG_LEVEL_DBG=y
  4. make -C build flash
  5. See error

Expected behavior
No timeouts to expire for IPv6 addresses or prefixes

Environment (please complete the following information):
I saw this with nucleo_f767zi board.

Additional context
I have a fix for this and will submit it shortly.

@jukkar jukkar added bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug area: Networking labels Feb 11, 2020
@jukkar jukkar self-assigned this Feb 11, 2020
jukkar added a commit to jukkar/zephyr that referenced this issue Feb 11, 2020
After enabling CONFIG_NET_IF_LOG_LEVEL_DBG=y, I started to see
constant stream of these messages. The system prints two msg
every millisecond.

<dbg> net_if.prefix_lifetime_timeout: Waiting for 2147483547 ms
<dbg> net_if.address_lifetime_timeout: Waiting for 2147483547 ms

Not sure what has changed in the system but refactoring the
check fixes the issue.

Fixes zephyrproject-rtos#22732

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
@jukkar jukkar added the has-pr label Feb 11, 2020
@jukkar
Copy link
Member Author

jukkar commented May 25, 2020

Issue has disappeared -> closing.

@jukkar jukkar closed this as completed May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant