[BGPCEP-998] te-lsp parser error Created: 12/Dec/21 Updated: 15/Mar/22 |
|
| Status: | Open |
| Project: | bgpcep |
| Component/s: | None |
| Affects Version/s: | 0.16.13 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | High |
| Reporter: | wang qian | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
typedef nlri-type { reference "https://tools.ietf.org/html/rfc7752#section-3.2"; type enumeration { enum node { value 1; }enum link { value 2; }enum ipv4-prefix { value 3; }enum ipv6-prefix { value 4; }enum ipv4-te-lsp { status deprecated; reference "http://tools.ietf.org/html/rfc7752#section-4.1"; value 5; }enum ipv6-te-lsp { status deprecated; reference "http://tools.ietf.org/html/rfc7752#section-4.1"; value 6; }} |
||
| Attachments: |
|
| Description |
|
te-lsp parser error,because the value of te-lsp is 5,no matter ipv6 or ipv4。 typedef nlri-type { reference "https://tools.ietf.org/html/rfc7752#section-3.2"; type enumeration { enum node { value 1; }enum link { value 2; }enum ipv4-prefix { value 3; }enum ipv6-prefix { value 4; }enum ipv4-te-lsp { status deprecated; reference "http://tools.ietf.org/html/rfc7752#section-4.1"; value 5; }enum ipv6-te-lsp { status deprecated; reference "http://tools.ietf.org/html/rfc7752#section-4.1"; value 6; }} } |