diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-23 19:47:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-23 19:47:10 -0400 |
| commit | 0c3bbed4e670a24134bd0bcb18b56634c542fcf5 (patch) | |
| tree | fb34f0ca1836e09a8e89e73ebd6696a08b89b631 /pimd/pim_static.c | |
| parent | a12bb225a6681b7e7eb0aac105cbc8b745675131 (diff) | |
| parent | a36898e7555036c786f7aa944b848966b45d5897 (diff) | |
Merge pull request #4597 from FRRouting/revert-3775-ospf_missing_interface_handling_2
Revert "Ospf missing interface handling 2"
Diffstat (limited to 'pimd/pim_static.c')
| -rw-r--r-- | pimd/pim_static.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_static.c b/pimd/pim_static.c index 4ddf21951b..442b22e06f 100644 --- a/pimd/pim_static.c +++ b/pimd/pim_static.c @@ -92,7 +92,7 @@ int pim_static_add(struct pim_instance *pim, struct interface *iif, return -4; } #endif - if (iif->vrf != oif->vrf) { + if (iif->vrf_id != oif->vrf_id) { return -3; } |
