Remove solved ingress apply block from unsolved load_balance tutorial (#438)
The README.md says this block is a todo
This commit is contained in:
parent
9ebb7e5c86
commit
deb6aceceb
@ -132,10 +132,9 @@ control MyIngress(inout headers hdr,
|
|||||||
size = 2;
|
size = 2;
|
||||||
}
|
}
|
||||||
apply {
|
apply {
|
||||||
if (hdr.ipv4.isValid() && hdr.ipv4.ttl > 0) {
|
/* TODO: apply ecmp_group table and ecmp_nhop table if IPv4 header is
|
||||||
ecmp_group.apply();
|
* valid and TTL hasn't reached zero
|
||||||
ecmp_nhop.apply();
|
*/
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user