Skip to content

Commit

Permalink
Update TE-18.1.5 with action set ip ttl only
Browse files Browse the repository at this point in the history
Removing the action redirect to NHG, use set ttl = 1 instead
  • Loading branch information
vishnureddybadveli authored Feb 28, 2025
1 parent 8770aed commit 55db486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feature/gribi/otg_tests/mpls_in_udp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ openconfig-network-instance:
### TE-18.1.5 Rewrite the ingress innner packet TTL = 1, if the incoming TTL = 1.
Canonical OpenConfig for policy forwarding, matching IP prefix and TTL = 1 with action
redirect and inner packet TTL = 1.
set inner packet TTL = 1.
```json
{
Expand Down Expand Up @@ -283,7 +283,7 @@ redirect and inner packet TTL = 1.
}
},
"action": {
"next-hop-group": "nhg" #TODO: Need to add to model as nhg will be doing encap and setting TTL.
"set-ip-ttl": 1
}
}
]
Expand Down

0 comments on commit 55db486

Please sign in to comment.