Skip to content

Commit

Permalink
Revert nodeagent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjethwa-msft committed Jan 10, 2025
1 parent a41d31b commit 3fb086b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 152 deletions.
194 changes: 53 additions & 141 deletions rpc/nodeagent/network/moc_nodeagent_virtualnetworkinterface.pb.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ enum NetworkType {
LOGICAL_NETWORK = 1;
}

enum PolicyType {
UNKNOWN = 0;
SDN_ALL = 1;
}

message AdvancedNetworkPolicy {
PolicyType type = 1;
bool enabled = 2;
}

message IpConfiguration {
string ipaddress = 1 [(sensitive) = true];
string prefixlength = 2;
Expand All @@ -63,7 +53,6 @@ message VirtualNetworkInterface {
Entity entity = 9;
uint32 iovWeight = 10;
Tags tags = 11;
repeated AdvancedNetworkPolicy policies = 12;
}

service VirtualNetworkInterfaceAgent {
Expand Down

0 comments on commit 3fb086b

Please sign in to comment.