mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 13:33:15 +00:00
Merge pull request #8502 from ranjanyash54/core_dump
ospf6d: Fix coredump when "no interface IFNAME area <A.B.C.D>" is called
This commit is contained in:
commit
8d31c67c79
@ -814,7 +814,7 @@ DEFUN (no_ospf6_interface_area,
|
|||||||
/* Verify Area */
|
/* Verify Area */
|
||||||
if (oi->area == NULL) {
|
if (oi->area == NULL) {
|
||||||
vty_out(vty, "%s not attached to area %s\n",
|
vty_out(vty, "%s not attached to area %s\n",
|
||||||
oi->interface->name, oi->area->name);
|
oi->interface->name, argv[idx_ipv4]->arg);
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user