diff options
Diffstat (limited to 'ospf6d/ospf6_area.c')
| -rw-r--r-- | ospf6d/ospf6_area.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_area.c b/ospf6d/ospf6_area.c index 71787541e6..6cdab17715 100644 --- a/ospf6d/ospf6_area.c +++ b/ospf6d/ospf6_area.c @@ -590,7 +590,7 @@ ospf6_area_config_write (struct vty *vty) struct listnode *node; struct ospf6_area *oa; struct ospf6_route *range; - char buf[128]; + char buf[PREFIX2STR_BUFFER]; for (ALL_LIST_ELEMENTS_RO (ospf6->area_list, node, oa)) { |
