Fix compilation issue with older gcc 07/45307/1
authorDeepak S <deepak.s@linux.intel.com>
Tue, 17 Oct 2017 01:06:37 +0000 (06:36 +0530)
committerDeepak S <deepak.s@linux.intel.com>
Tue, 17 Oct 2017 01:10:49 +0000 (18:10 -0700)
Change-Id: I905743480a1324b5e582fa406f6c98167e04fb1b
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
common/VIL/l2l3_stack/lib_arp.c
common/vnf_common/rest_api.c

index 5d78d9b..d59f4b7 100644 (file)
@@ -979,10 +979,10 @@ void print_nd_table(void)
                printf("\n");
        }
 
-       uint32_t i = 0;
+       uint32_t i = 0, p = 0;
        printf("\n\nND IPV6 routing table ...\n");
        printf ("\nNH_IP_Address                                        Depth          Port \n");
-       for(uint32_t p = 0; p < gw_get_num_ports(); p++ ) {
+       for(p = 0; p < gw_get_num_ports(); p++ ) {
                for (i = 0; i < p_nd_route_data[p]->nd_route_ent_cnt; i++) {
                        //              printf("\n");
 
index 7acbc36..03fbb41 100644 (file)
@@ -1173,7 +1173,7 @@ int route_handler(struct mg_connection *conn, __rte_unused void *cbdata)
         /* Handler may access the request info using mg_get_request_info */
         const struct mg_request_info *req_info = mg_get_request_info(conn);
         uint32_t portid = 0;
-       uint32_t i, j, status;
+       uint32_t i, j, status, p;
        char buf[MAX_BUF_SIZE];
        uint32_t mask = 0, num = 31;
 
@@ -1195,7 +1195,7 @@ int route_handler(struct mg_connection *conn, __rte_unused void *cbdata)
                mg_printf(conn, "\n\nND IPV6 routing table ...\n<br/>");
                mg_printf(conn, "\nNH_IP_Address                                "
                                "       Depth          Port \n<br/>");
-               for(uint32_t p = 0; p < gw_get_num_ports(); p++ ) {
+               for(p = 0; p < gw_get_num_ports(); p++ ) {
                        for (i = 0; i < p_nd_route_data[p]->nd_route_ent_cnt; i++) {
                                for (j = 0; j < ND_IPV6_ADDR_SIZE; j += 2) {
                                        mg_printf(conn, "%02X%02X ",