-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Magnus Kaiser
committed
Sep 10, 2024
1 parent
e78fe64
commit 441f45d
Showing
8 changed files
with
196 additions
and
500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ interfaces: ["enp4s0"] | |
backends: | ||
- 192.0.2.0 | ||
- 192.0.2.1 | ||
- 2001:db8::1 | ||
- 2001:db8::2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
module github.com/exaring/pmtud | ||
|
||
go 1.15 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/google/gopacket v1.1.19 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/q3k/goveralls v0.1.0 | ||
github.com/sirupsen/logrus v1.8.1 | ||
go.uber.org/zap v1.16.0 | ||
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 | ||
github.com/prometheus/client_golang v1.20.3 | ||
go.uber.org/zap v1.27.0 | ||
golang.org/x/net v0.29.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.59.1 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.