-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Sub port interface high level design #420
Conversation
Signed-off-by: Wenda Ni <[email protected]>
Signed-off-by: Wenda Ni <[email protected]>
Signed-off-by: Wenda Ni <[email protected]>
Signed-off-by: Wenda Ni <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be better to have a separate subport manager handling the sub port configurations?
At intfmgrd, it is more about ip/ipv6 address and vrf config. Management of sub port looks closer to lag/vlan objects.
73a014d
to
b169451
Compare
9e547aa
to
3fde7fd
Compare
Signed-off-by: Wenda Ni <[email protected]>
d471077
to
33ce241
Compare
Signed-off-by: Wenda Ni <[email protected]>
33ce241
to
2178490
Compare
Signed-off-by: Wenda Ni <[email protected]>
f29efc5
to
a696d99
Compare
Signed-off-by: Wenda Ni <[email protected]>
Signed-off-by: Wenda Ni <[email protected]>
Signed-off-by: Wenda Ni <[email protected]>
Signed-off-by: Wenda Ni <[email protected]>
Signed-off-by: Wenda Ni <[email protected]>
94398fc
to
52d91cb
Compare
Signed-off-by: Wenda Ni <[email protected]>
Signed-off-by: Wenda Ni <[email protected]>
Signed-off-by: Wenda Ni <[email protected]>
930f1bb
to
2219297
Compare
🚢 |
Signed-off-by: Wenda Ni <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment on the use of STATE_DB tables. Within the same process you may not want to sequence it by writing PORT and LAG tables and then waiting on it, but can be handled by a local cache.
Yes. sub-interface <Port/PortChannel> can coexist with Vlan interface at the same time. You can stitch Fig. 3 and Fig. 1 together to get a complete picture. Looking right from VRF0 in Fig. 3, what you see is Fig. 1. Vlan10 and Ethernet64.10 can bind to different VRFs independently. |
Signed-off-by: Wenda Ni [email protected]