Once #268 lands. There will be a discrepancy between multicast and non-multicast builds for the V6 LPM table sizes. In particular the IPV6_LPM_SIZE value in constants.p4. When we bring the multicast code out from behind a feature gate, we'll need to address this discrepancy. This conditional compilation was taken as an expedient path to fit #268 in 20 stages with the multicast build.
Once #268 lands. There will be a discrepancy between multicast and non-multicast builds for the V6 LPM table sizes. In particular the
IPV6_LPM_SIZEvalue in constants.p4. When we bring the multicast code out from behind a feature gate, we'll need to address this discrepancy. This conditional compilation was taken as an expedient path to fit #268 in 20 stages with the multicast build.