Skip to content

Commit

Permalink
Add reverse tunnel learning attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Sep 22, 2024
1 parent 92b6fe7 commit ac9741a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dash-pipeline/bmv2/dash_pipeline.p4
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ control dash_ingress(
bit<64> max_resimulated_flow_per_second,
@SaiVal[type="sai_object_id_t"] bit<16> outbound_routing_group_id,
@SaiVal[type="sai_ip_address_t"] IPv4Address reverse_tunnel_sip,
bit<1> enable_reverse_tunnel_learning,
bit<1> is_ha_flow_owner)
{
meta.eni_data.cps = cps;
Expand Down

0 comments on commit ac9741a

Please sign in to comment.