A slightly less vague TODO. (#98)

This commit is contained in:
Jed Liu
2017-11-13 18:47:40 -05:00
committed by Robert Soule
parent 7a3fd6bc12
commit 89277b5542

View File

@@ -96,7 +96,9 @@ control MyIngress(inout headers hdr,
}
apply {
/* TODO: fix ingress control logic */
/* TODO: fix ingress control logic
* - ipv4_lpm should be applied only when IPv4 header is valid
*/
ipv4_lpm.apply();
}
}