Skip to content

Commit

Permalink
Merge pull request #17027 from FRRouting/mergify/bp/stable/10.0/pr-17014
Browse files Browse the repository at this point in the history
isisd: fix wrong check for MT commands (backport #17014)
  • Loading branch information
donaldsharp authored Oct 8, 2024
2 parents ae6508e + c3994f1 commit 29f5546
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions isisd/isis_nb_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -4299,14 +4299,6 @@ static int lib_interface_isis_multi_topology_common(

switch (event) {
case NB_EV_VALIDATE:
circuit = nb_running_get_entry(dnode, NULL, false);
if (circuit && circuit->area && circuit->area->oldmetric) {
snprintf(
errmsg, errmsg_len,
"Multi topology IS-IS can only be used with wide metrics");
return NB_ERR_VALIDATION;
}
break;
case NB_EV_PREPARE:
case NB_EV_ABORT:
break;
Expand Down

0 comments on commit 29f5546

Please sign in to comment.