Need to have a testcase where routing rule update is tested in extreme case, for example, many subnets with many routing rules in each subnnet. Also, to test this, we need to implement the routing rule for ``` int ACA_OVS_L3_Programmer::create_or_update_router(RouterConfiguration ¤t_RouterConfiguration, GoalStateV2 &parsed_struct, ulong &dataplane_programming_time) ``` Currently we have only implemented in the GSV1 version of this function, which is: ``` int ACA_OVS_L3_Programmer::create_or_update_router(RouterConfiguration ¤t_RouterConfiguration, GoalState &parsed_struct, ulong &dataplane_programming_time) ```
Need to have a testcase where routing rule update is tested in extreme case, for example, many subnets with many routing rules in each subnnet.
Also, to test this, we need to implement the routing rule for
Currently we have only implemented in the GSV1 version of this function, which is: