diff options
| -rw-r--r-- | pimd/pim_vxlan.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pimd/pim_vxlan.c b/pimd/pim_vxlan.c index 22b14eecf9..4bed52a584 100644 --- a/pimd/pim_vxlan.c +++ b/pimd/pim_vxlan.c @@ -406,7 +406,9 @@ static void pim_vxlan_orig_mr_up_add(struct pim_vxlan_sg *vxlan_sg) pim_vxlan_update_sg_reg_state(pim, up, true); break; - default:; + case PIM_REG_JOIN_PENDING: + case PIM_REG_PRUNE: + break; } /* update the inherited OIL */ |
