Skip to content

Commit

Permalink
Merge branch 'main' into go-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushines authored Oct 31, 2023
2 parents 26222f0 + 16923a8 commit 7b900b6
Show file tree
Hide file tree
Showing 13 changed files with 4,332 additions and 250 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * *"

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -58,3 +58,5 @@ jobs:
run: go vet ./...
- name: Check gofmt
run: diff -u <(echo -n) <(gofmt -d -s .)
go:
uses: openconfig/common-ci/.github/workflows/basic_go.yml@c2294c3c86c90e75e58c24a40d6f7f3364bbae9d
27 changes: 19 additions & 8 deletions common/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions common/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ message RemoteDownload {
// It can be either an IPv4 address or an IPv6 address, depending on the
// connection's destination address.
string source_address = 4;

// Optional source vrf used to initiate connections from the device.
string source_vrf = 5;
}
Loading

0 comments on commit 7b900b6

Please sign in to comment.