summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd_common.c
diff options
context:
space:
mode:
authoranlan_cs <vic.lan@pica8.com>2022-05-18 21:55:33 -0400
committeranlan_cs <vic.lan@pica8.com>2022-06-23 01:33:45 -0400
commit41a8b88ce4016e56cdf25bdfe094b6fd85d70036 (patch)
treef033d7a6bd65815eba9ffc461e2b125042031b9f /pimd/pim_cmd_common.c
parent2d088d8d535de7ef084b4583cdfda4b48a324a62 (diff)
zebra: move the check for l3vni
The two checks for l3vni have been already done in `lib_vrf_zebra_l3vni_id_modify()` as it should be. And it is improper that the two checks are put after `zebra_vxlan_handle_vni_transition()`, which will do real things. My original fix is to remove them. But NB module can't guarantee many changes, so we'd better keep them in `zebra_vxlan_process_vrf_vni_cmd()` in APPLY stage for safe. Just move them in front of `zebra_vxlan_handle_vni_transition()`. Signed-off-by: anlan_cs <vic.lan@pica8.com>
Diffstat (limited to 'pimd/pim_cmd_common.c')
0 files changed, 0 insertions, 0 deletions