)
# Now start all the other daemons
- for daemon in self.daemons:
+ for daemon in daemons_list:
# Skip disabled daemons and zebra
if self.daemons[daemon] == 0:
continue
SET_FLAG(nhe->flags, NEXTHOP_GROUP_UNHASHABLE);
SET_FLAG(nhe->flags, NEXTHOP_GROUP_INSTALLED);
- flog_warn(
- EC_ZEBRA_DUPLICATE_NHG_MESSAGE,
- "Nexthop Group with ID (%d) is a duplicate, therefore unhashable, ignoring",
- nhe->id);
+ flog(LOG_INFO,
+ EC_ZEBRA_DUPLICATE_NHG_MESSAGE,
+ "Nexthop Group with ID (%d) is a duplicate, therefore unhashable, ignoring",
+ nhe->id);
}
static void zebra_nhg_set_valid(struct nhg_hash_entry *nhe)