]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: Fix coredump when "no interface IFNAME area <A.B.C.D>" is called 8502/head
authorYash Ranjan <ranjany@vmware.com>
Sun, 18 Apr 2021 11:10:18 +0000 (04:10 -0700)
committerYash Ranjan <ranjany@vmware.com>
Sun, 18 Apr 2021 11:22:56 +0000 (04:22 -0700)
commitf85a41124b70e3f03eebd9d7dca0d4c7c3a71395
treec6e663c8481cf30751d9cef74476f99ff17bfa92
parent79ec61be278b1af8fd9da0f9494bc91be0c3384d
ospf6d: Fix coredump when "no interface IFNAME area <A.B.C.D>" is called

When oi->area == NULL, it tries to print the
interface's area name, but no area is present.
Print the area name from the command argument instead.

Signed-off-by: Yash Ranjan <ranjany@vmware.com>
ospf6d/ospf6_top.c