libremesh / lime-packages

LibreMesh packages configuring OpenWrt for wireless mesh networking
https://libremesh.org/
GNU Affero General Public License v3.0
274 stars 94 forks source link

Set high metric on anygw prefix route #1079

Closed pony1k closed 4 months ago

pony1k commented 4 months ago

Make sure anygw is not used for communication with hosts in the same network. Fixes #1078

ilario commented 4 months ago

It looks great to me. Is the extra comma here metric = '2147483647', not causing any error?

G10h4ck commented 4 months ago

looks great to me, please remove the extra comma ;)

pony1k commented 4 months ago

No, the extra comma did not cause any error. Anyway, I removed the extra comma. Yes, I have tested it.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e322985) 79.56% compared to head (43780f2) 79.54%.

:exclamation: Current head 43780f2 differs from pull request most recent head 88fe702. Consider uploading reports for the commit 88fe702 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1079 +/- ## ========================================== - Coverage 79.56% 79.54% -0.03% ========================================== Files 53 53 Lines 4561 4561 ========================================== - Hits 3629 3628 -1 - Misses 932 933 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ilario commented 4 months ago

Thanks!!!