Skip to content

Commit a72d1a1

Browse files
Wesley Coakleydonaldsharp
Wesley Coakley
authored andcommitted
pbrd: fix vrf_unchanged which may depend on other seqs
Ticket: 2740911 Signed-off-by: Wesley Coakley <[email protected]>
1 parent e57ad2f commit a72d1a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pbrd/pbr_map.c

+8
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,14 @@ void pbr_map_schedule_policy_from_nhg(const char *nh_group, bool installed)
732732

733733
pbr_map_check(pbrms, false);
734734
}
735+
736+
/*
737+
* vrf_unchanged pbrms have no nhg but their
738+
* installation is contingent on other sequences which
739+
* may...
740+
*/
741+
if (pbrms->vrf_unchanged)
742+
pbr_map_check(pbrms, false);
735743
}
736744
}
737745
}

0 commit comments

Comments
 (0)