]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_route.c
ospf6d: Stitching the auth trailer code with rest of ospf6.
[mirror_frr.git] / ospf6d / ospf6_route.c
index f5d60d80fa58f4fae0ad9f5375b1a8ac6fd652c9..3c74ca55c1d28621e78022b7fe4aba432f4050c8 100644 (file)
@@ -1168,7 +1168,7 @@ void ospf6_route_show_detail(struct vty *vty, struct ospf6_route *route,
                             json_object *json_routes, bool use_json)
 {
        char destination[PREFIX2STR_BUFFER], nexthop[64];
-       char area_id[16], id[16], adv_router[16], capa[16], options[16];
+       char area_id[16], id[16], adv_router[16], capa[16], options[32];
        char pfx_options[16];
        struct timeval now, res;
        char duration[64];
@@ -1653,7 +1653,7 @@ static void ospf6_linkstate_show_header(struct vty *vty)
 static void ospf6_linkstate_show(struct vty *vty, struct ospf6_route *route)
 {
        uint32_t router, id;
-       char routername[16], idname[16], rbits[16], options[16];
+       char routername[16], idname[16], rbits[16], options[32];
 
        router = ospf6_linkstate_prefix_adv_router(&route->prefix);
        inet_ntop(AF_INET, &router, routername, sizeof(routername));
@@ -1779,7 +1779,7 @@ void ospf6_brouter_show_header(struct vty *vty)
 void ospf6_brouter_show(struct vty *vty, struct ospf6_route *route)
 {
        uint32_t adv_router;
-       char adv[16], rbits[16], options[16], area[16];
+       char adv[16], rbits[16], options[32], area[16];
 
        adv_router = ospf6_linkstate_prefix_adv_router(&route->prefix);
        inet_ntop(AF_INET, &adv_router, adv, sizeof(adv));