Skip to content

Commit 1914fde

Browse files
authored
Merge branch 'master' into rtc-fork
2 parents 0d60de1 + f733438 commit 1914fde

36 files changed

+6869
-10090
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ jobs:
6060
- name: golangci-lint
6161
uses: golangci/golangci-lint-action@v3
6262

63-
embeded:
64-
name: embeded
63+
embedded:
64+
name: embedded
6565
runs-on: ubuntu-22.04
6666
steps:
6767
- uses: actions/checkout@v3
6868
- uses: actions/setup-go@v4
6969
with:
7070
go-version: 'stable'
7171
- run: |
72-
python test/scenario_test/ci-scripts/build_embeded_go.py docs/sources/lib.md
73-
python test/scenario_test/ci-scripts/build_embeded_go.py docs/sources/lib-ls.md
72+
python test/scenario_test/ci-scripts/build_embedded_go.py docs/sources/lib.md
73+
python test/scenario_test/ci-scripts/build_embedded_go.py docs/sources/bgp-ls.md
7474
7575
lintdoc:
7676
name: lintdoc

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you change the gRPC API, generate `api/*.pb.go` in the following way:
2323
$ ./tools/grpc/genproto.sh
2424
```
2525

26-
In order for the script to run, you'll need protoc (version 3.19.1) in your PATH.
26+
In order for the script to run, you'll need protoc (version 25.6) in your PATH.
2727

2828
## Releases
2929

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Try [a binary release](https://github.com/osrg/gobgp/releases/latest).
3939
- [Managing GoBGP with your favorite language with gRPC](docs/sources/grpc-client.md)
4040
- Go Native BGP Library
4141
- [Basics](docs/sources/lib.md)
42-
- [BGP-LS](docs/sources/lib-ls.md)
42+
- [BGP-LS](docs/sources/bgp-ls.md)
4343
- [SR Policy](docs/sources/lib-srpolicy.md)
4444
- [Graceful Restart](docs/sources/graceful-restart.md)
4545
- [Additional Paths](docs/sources/add-paths.md)

0 commit comments

Comments
 (0)