mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 21:37:08 +00:00
sharpd: Adjust TED builder
Following correction of IS-IS subnet creation, this patch adjust the way the TED is created in sharpd to automatically adjust subnet deletion. Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
This commit is contained in:
parent
8ab42c4242
commit
b10e5cf28e
@ -790,7 +790,7 @@ static int sharp_opaque_handler(ZAPI_CALLBACK_ARGS)
|
|||||||
zclient->session_id, info.type);
|
zclient->session_id, info.type);
|
||||||
|
|
||||||
if (info.type == LINK_STATE_UPDATE) {
|
if (info.type == LINK_STATE_UPDATE) {
|
||||||
lse = ls_stream2ted(sg.ted, s, false);
|
lse = ls_stream2ted(sg.ted, s, true);
|
||||||
if (lse) {
|
if (lse) {
|
||||||
zlog_debug(" |- Got %s %s from Link State Database",
|
zlog_debug(" |- Got %s %s from Link State Database",
|
||||||
status2txt[lse->status],
|
status2txt[lse->status],
|
||||||
|
Loading…
Reference in New Issue
Block a user