Skip to content

Commit

Permalink
Add source_vrf field
Browse files Browse the repository at this point in the history
Allows for passing a source VRF argument to the underlying curl/etc command.
  • Loading branch information
vsadv-google authored Aug 29, 2023
1 parent 56b7d0c commit 1eb5183
Showing 1 changed file with 3 additions and 0 deletions.
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;
}

0 comments on commit 1eb5183

Please sign in to comment.