mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 05:07:47 +00:00
[routing-manager] exclude on-link prefixes with short preferred lifetime (#10062)
This commit updates `FindFavoredOnLinkPrefix()` to exclude discovered on-link prefixes with preferred lifetimes under 30 minutes.
This commit is contained in:
@@ -3982,8 +3982,8 @@ interface eth0
|
||||
AdvOnLink on;
|
||||
AdvAutonomous %s;
|
||||
AdvRouterAddr off;
|
||||
AdvPreferredLifetime 40;
|
||||
AdvValidLifetime 60;
|
||||
AdvPreferredLifetime 1800;
|
||||
AdvValidLifetime 1800;
|
||||
};
|
||||
};
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user