]> git.puffer.fish Git - mirror/frr.git/commit
isisd: fix the display topology command 15945/head
authoranlan_cs <anlan_cs@tom.com>
Tue, 7 May 2024 01:08:05 +0000 (09:08 +0800)
committeranlan_cs <anlan_cs@tom.com>
Tue, 7 May 2024 01:25:02 +0000 (09:25 +0800)
commitf185005b2f2f17d5bde3cc20c1f6b4799a46c0b2
treec611083e7d4f52d8820a1cc1d2a29bfe925e6cb2
parentc54bc7a8dd7c0a07b8897d790c2c6fdabec76d82
isisd: fix the display topology command

The unconfigured flexible algorithm should not be displayed.

Before:
```
anlan# show isis topology algorithm
Area A: Algorithm 128

Area A:Area A:Area A:Area A:Area A:Area A:Area A:Area A:Area A:Area ...
......
anlan#
```

After:
```
anlan# show isis topology algorithm
Area A: Algorithm 128

anlan#
```

Signed-off-by: anlan_cs <anlan_cs@tom.com>
isisd/isis_spf.c