97 Commits
Author SHA1 Message Date
Viktor LiuandGitHub eb02bd31de Merge pull request #2 from netbirdio/cloned-checks
Check for cloned routes only on MacOS
2024-06-11 12:38:08 +02:00
Maycon Santos cf58c185ce Check for cloned routes only on MacOS
BSD doesn't have support for cloned flags
2024-06-11 12:21:57 +02:00
Maycon SantosandGitHub 4f3aa8d420 Merge pull request #1 from netbirdio/feature/lower-bridge-int-prio
Skip cloned default routes without gateway
2024-06-11 11:49:56 +02:00
Maycon Santos 06f9605231 skip cloned routes without gateway 2024-06-11 11:36:13 +02:00
Maycon Santos cc7c9cebbd Using RTF_CLONING 2024-06-10 22:57:44 +02:00
Viktor Liu 757f41cb28 Use lower prio for bridge interfaces when doing route lookups 2024-06-10 18:42:38 +09:00
web3-botandGitHub 37ae739e79 ci: uci/copy-templates (#45)
* chore: add or force update .github/workflows/go-test.yml

* chore: add or force update .github/workflows/go-check.yml

* chore: add or force update .github/workflows/releaser.yml

* chore: add or force update .github/workflows/release-check.yml

* chore: add or force update .github/workflows/tagpush.yml

* chore: add or force update .github/workflows/go-test.yml

* chore: add or force update .github/workflows/go-check.yml

* chore: add or force update .github/workflows/releaser.yml

* chore: add or force update .github/workflows/release-check.yml

* chore: add or force update .github/workflows/tagpush.yml

* chore: add or force update .github/workflows/go-test.yml

* chore: add or force update .github/workflows/go-check.yml

* chore: add or force update .github/workflows/releaser.yml

* chore: add or force update .github/workflows/release-check.yml

* chore: add or force update .github/workflows/tagpush.yml
2024-03-22 07:17:22 +00:00
web3-botandGitHub 2fe93b9dea ci: uci/update-go (#44)
* chore: bump go.mod to Go 1.21 and run go fix

* chore: run go mod tidy
2024-03-14 12:26:03 +01:00
WillandGitHub 57cc4dfbcf Merge pull request #43 from 7sunarni/master
Using syscall.RtMsg on Linux
2024-02-27 02:47:26 +01:00
7sunarni 2a4bc44d39 using syscall.RtMsg on Linux 2024-02-26 11:12:35 +08:00
GitHub b0b051f88e chore: Update .github/workflows/stale.yml [skip ci] 2024-01-31 16:48:16 +00:00
WillandGitHub e5873933ed Merge pull request #39 from libp2p/dependabot/go_modules/golang.org/x/net-0.17.0
Bump golang.org/x/net from 0.7.0 to 0.17.0
2023-10-12 07:46:30 +02:00
dependabot[bot]andGitHub c92c0754f0 Bump golang.org/x/net from 0.7.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 23:36:17 +00:00
WillandGitHub 712d43403f Merge pull request #38 from maceip/master
add wasi build constraint for netroute_stub
2023-09-27 17:15:35 +02:00
Ryan MacArthurandGitHub 1b53e25ac3 fixing build contraint 2023-09-27 06:54:03 -08:00
Ubuntu ac11d28982 wasi 2023-09-25 21:47:37 +00:00
web3-botandGitHub 9c91d354c3 chore: bump go.mod to Go 1.20 and run go fix (#37) 2023-08-14 15:36:24 +02:00
web3-botandGitHub 0a2c3f942a ci: uci/copy-templates (#36)
* chore: add or force update .github/workflows/go-test.yml

* chore: add or force update .github/workflows/go-check.yml

* chore: add or force update .github/workflows/releaser.yml

* chore: add or force update .github/workflows/release-check.yml

* chore: add or force update .github/workflows/tagpush.yml
2023-08-14 08:20:37 +02:00
web3-botandGitHub aab11eebe6 chore: delete templates [skip ci] (#35) 2023-08-13 20:53:38 +02:00
GitHub ba3028aa76 chore: Update .github/workflows/stale.yml [skip ci] 2023-06-28 08:53:25 +00:00
GitHub f5f3a05c00 chore: Update .github/workflows/stale.yml [skip ci] 2023-06-14 09:03:39 +00:00
Steven AllenandGitHub 91c2d9905e Merge pull request #33 from libp2p/fix/filternil
Stricter filtering of degenerate routes
2023-03-06 15:36:59 -08:00
Will Scott 363d8e1fad fix #32
This chooses not to append routes that don't have source or destination when getting routes from linux
It also down-weights selection of routes without gateway when all else is equal, which can be useful
for choosing an underlying interface rather than a bridge interface when both are present.
2023-03-03 17:22:31 +01:00
WillandGitHub 1df63b00eb Merge pull request #31 from libp2p/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.0.0-20220923203811-8be639271d50 to 0.7.0
2023-03-03 17:06:38 +01:00
dependabot[bot]andGitHub f6e4bd6143 Bump golang.org/x/net from 0.0.0-20220923203811-8be639271d50 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220923203811-8be639271d50 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 02:18:38 +00:00