summaryrefslogtreecommitdiff
path: root/pbrd/pbr_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbrd/pbr_map.c')
-rw-r--r--pbrd/pbr_map.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/pbrd/pbr_map.c b/pbrd/pbr_map.c
index 8f7a46377c..ea0e2e4eaf 100644
--- a/pbrd/pbr_map.c
+++ b/pbrd/pbr_map.c
@@ -732,6 +732,14 @@ void pbr_map_schedule_policy_from_nhg(const char *nh_group, bool installed)
pbr_map_check(pbrms, false);
}
+
+ /*
+ * vrf_unchanged pbrms have no nhg but their
+ * installation is contingent on other sequences which
+ * may...
+ */
+ if (pbrms->vrf_unchanged)
+ pbr_map_check(pbrms, false);
}
}
}