Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Logical Network Support #170

Merged
merged 18 commits into from
Jan 23, 2024
Merged

Add Logical Network Support #170

merged 18 commits into from
Jan 23, 2024

Conversation

mjethwa-msft
Copy link
Contributor

@mjethwa-msft mjethwa-msft commented May 9, 2023

Design Spec: Link

Sample Test Commands: Added to the spec

@mjethwa-msft mjethwa-msft force-pushed the user/mjethwa-msft/lnet branch 2 times, most recently from e541243 to c8809c6 Compare June 28, 2023 17:37
@mjethwa-msft mjethwa-msft marked this pull request as ready for review June 28, 2023 17:37
uint32 vlan = 6;
repeated IPPool ipPools = 7;
Dns dns = 8 [(sensitive) = true];
bool isPublic = 9; // Indicates whether this is a public subnet on a virtual machine.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indicates whether this is a public subnet on a virtual machine

nit - isPublic means IPPools from this subnet can be used to allocate public IP address by SDN.

in3xes
in3xes previously approved these changes Aug 28, 2023
@in3xes
Copy link

in3xes commented Aug 28, 2023

@mjethwa-msft could you rebase your PR?

@mjethwa-msft
Copy link
Contributor Author

@mjethwa-msft could you rebase your PR?

rebased.

@mjethwa-msft mjethwa-msft merged commit d54b848 into main Jan 23, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants