-
Notifications
You must be signed in to change notification settings - Fork 19
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 support for MPLS-TP #104
base: master
Are you sure you want to change the base?
Conversation
12dee6d
to
bd2e35e
Compare
ietf-mpls-te-types.yang
Outdated
while packets for different LSPs can be forwarded on | ||
different component links. | ||
"The load-balancing algorithm ensures that packets, which | ||
are forwarding based on the same label at the top of the |
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.
How about:
The load-balancing algorithm ensures incoming MPLS packets with the same top MPLS label and that egress on a on a LAG or bundled TE link get forwarded on the same component link of the LAG.
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.
See 6565ce7
the same flow are forwarded on the same component link, | ||
while packets for different flows can be forwarded on | ||
different component links. | ||
the same flow are forwarded on the same component link. | ||
|
||
Packets for different flows within the same LSP can be | ||
forwarded on different component links."; |
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.
How about:
The load-balancing algorithm ensures that packets characterized as the same flow (e.g. based on IP 5-tuple) that egress on a LAG or a bundled TE link are forwarded on the same component link.
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.
See 6565ce7
ietf-mpls-te-types.yang
Outdated
grouping te-packet-link-bandwidth { | ||
description | ||
"Bandwidth for MPLS-TP. "; | ||
leaf mpls-tp-bandwidth { |
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.
pls use the typedef bandwidth-kbps
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.
See 6565ce7
Aligned with the master branch
Proposal updated based on the discussion in the 2020-06-16 TEAS call: tsaad-dev#60
Updated as discussed during the TEAS call on 2020-06-26
Updated as discussed during the TEAS call on 2020-06-26
Updated as discussed during the TEAS call on 2020-06-26
Fixing an issue with MPLS-TE label definition
Fixing few issues: - MPLS-TE label augmentations - compilation errors
Fixing compilation errors
Fixing compilation errors
Fixing compilation errors
Removing references to MPLS-TP
Output of pyang compilation
Models updated based on feedbacks received during the 2020-07-03 TEAS Call
YANG model aligned with the latest version of te-topology-packet
Updated mpls-te-types to address Tarek's review comments as discussed during the call on 2020-07-10
c5756e7
to
5ca616b
Compare
Updated after compilation
Proposed changes to add support for MPLS-TP using common MPLS-TE topology and tunnel models