]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: use a new json_object per loop iteration
authorDonald Sharp <sharpd@nvidia.com>
Sun, 24 Jan 2021 12:48:22 +0000 (07:48 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 25 Jan 2021 14:15:36 +0000 (09:15 -0500)
commit8f17f6eb2db11cf8c93c47eda6eafc4981eeab29
tree7a9af05ea47cc1c819db24eb06775be5f844ef8e
parent4912deafad9f5af79adc897e7d80becdbb67926d
ospf6d: use a new json_object per loop iteration

When redistributing multiple route types into ospfv3
the code must create a new array per route type into
the the json code.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospf6d/ospf6_asbr.c