Skip to content

Commit

Permalink
Add source_vrf field. (#132)
Browse files Browse the repository at this point in the history
This is to allow specifying the source VRF when excecuting commands on the remote device.
  • Loading branch information
vsadv-google authored Aug 31, 2023
1 parent 56b7d0c commit 98d6b81
Show file tree
Hide file tree
Showing 7 changed files with 2,672 additions and 11 deletions.
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 98d6b81

Please sign in to comment.