Skip to content

Commit

Permalink
Update protobuff: add Satet to Arp.
Browse files Browse the repository at this point in the history
  • Loading branch information
cvarga-arista committed Oct 18, 2022
1 parent 06823bc commit 6a4e820
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 65 deletions.
1 change: 1 addition & 0 deletions protobuffersrc/Discovery.proto
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ message ARP {
string ip = 1;
string mac = 2;
int64 LastUpdate = 3;
string state = 4;
}

message NMAP {
Expand Down
139 changes: 74 additions & 65 deletions structs/protocolbuffers/Discoverd/Discovery.pb.go

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

0 comments on commit 6a4e820

Please sign in to comment.