Skip to content

Commit

Permalink
Add vrf_name to BGP Session API
Browse files Browse the repository at this point in the history
  • Loading branch information
sebageek committed May 26, 2020
1 parent 52c6591 commit 11ab0ef
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 32 deletions.
73 changes: 41 additions & 32 deletions protocols/bgp/api/session.pb.go

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

1 change: 1 addition & 0 deletions protocols/bgp/api/session.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ message Session {
SessionStats stats = 6;
uint64 established_since = 7;
string description = 8;
string vrf_name = 9;
}

message SessionStats {
Expand Down

0 comments on commit 11ab0ef

Please sign in to comment.