diff options
Diffstat (limited to 'isisd/isis_zebra.c')
| -rw-r--r-- | isisd/isis_zebra.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_zebra.c b/isisd/isis_zebra.c index d4b9d2a621..94ad0ae488 100644 --- a/isisd/isis_zebra.c +++ b/isisd/isis_zebra.c @@ -265,7 +265,7 @@ void isis_zebra_install_prefix_sid(const struct sr_prefix *srp) /* Prepare message. */ memset(&zl, 0, sizeof(zl)); zl.type = ZEBRA_LSP_ISIS_SR; - zl.local_label = srp->local_label; + zl.local_label = srp->input_label; switch (srp->type) { case ISIS_SR_PREFIX_LOCAL: @@ -322,7 +322,7 @@ void isis_zebra_uninstall_prefix_sid(const struct sr_prefix *srp) /* Prepare message. */ memset(&zl, 0, sizeof(zl)); zl.type = ZEBRA_LSP_ISIS_SR; - zl.local_label = srp->local_label; + zl.local_label = srp->input_label; if (srp->type == ISIS_SR_PREFIX_REMOTE) { /* Update route in the RIB too. */ |
