Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`pimregX` of specific vrf can be deleted from kernel after this vrf is deleted. However, then `pimdregX` will never come back to kernel after adding it ( the same vrf ) back. That is to say, it exists only in daemon, but not in kernel. The root cause is this `pimregX` is not really deleted for its `configured` flag. `pim_if_create_pimreg()` will reuse it, so it will never be added into kernel again. Just remove the `configured` flag of `pimregX`, allow its deletion. Fixes #13454 Signed-off-by: anlan_cs <[email protected]>
- Loading branch information