We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82683b1 commit d0e59c4Copy full SHA for d0e59c4
dash-pipeline/bmv2/dash_pipeline.p4
@@ -121,7 +121,7 @@ control dash_ingress(
121
#endif
122
123
action set_eni_attrs(bit<32> cps,
124
- bit<32> pps,
+ bit<32> bw,
125
bit<32> flows,
126
bit<1> admin_state,
127
@SaiVal[type="sai_ip_address_t"] IPv4Address vm_underlay_dip,
@@ -140,7 +140,7 @@ control dash_ingress(
140
ACL_GROUPS_PARAM(outbound_v6),
141
bit<1> disable_fast_path_icmp_flow_redirection) {
142
meta.eni_data.cps = cps;
143
- meta.eni_data.pps = pps;
+ meta.eni_data.bw = bw;
144
meta.eni_data.flows = flows;
145
meta.eni_data.admin_state = admin_state;
146
meta.eni_data.pl_sip = pl_sip;
0 commit comments