]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: change the json output for isis routes
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 19 Jun 2024 14:10:48 +0000 (16:10 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 21 Jun 2024 13:40:23 +0000 (15:40 +0200)
commit611f83f324a4e2a9cb0611fd74de8b32a8d22dd6
tree24ad9d4bf02911017cdc9a20270af83a54b45808
parentd0a142aae46789fd9a7e541e61b9b7b52ea742cd
isisd: change the json output for isis routes

The json format for json routes should be compliant with caml format.

Before:

> "Prefix|Metric|Interface|Nexthop|SID|LabelOp|Algo":
> "Prefix|Metric|Interface|Nexthop|Label(s)");

After:

> "prefix|metric|interface|nextHop|segmentIdentifier|labelOperation|Algorithm":
> "prefix|metric|interface|nextHop|label(s)");

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
isisd/isis_spf.c