json_object_object_add(json_cap, "hostName",
json_hname);
- /* Gracefull Restart */
+ /* Graceful Restart */
if (CHECK_FLAG(p->cap, PEER_CAP_RESTART_RCV) ||
CHECK_FLAG(p->cap, PEER_CAP_RESTART_ADV)) {
if (CHECK_FLAG(p->cap, PEER_CAP_RESTART_ADV) &&
vty_out(vty, "none");
vty_out(vty, "\n");
}
- } /* Gracefull Restart */
+ } /* Graceful Restart */
}
}
};
struct ospf6_gr_helper {
- /* Gracefull restart Helper supported configs*/
+ /* Graceful restart Helper supported configs*/
/* Supported grace interval*/
uint32_t supported_grace_time;
struct list *external[ZEBRA_ROUTE_MAX + 1];
#define EXTERNAL_INFO(E) (E->external_info)
- /* Gracefull restart Helper supported configs*/
+ /* Graceful restart Helper supported configs*/
/* Supported grace interval*/
uint32_t supported_grace_time;
#
"""
-Following tests are covered to test BGP Gracefull Restart functionality.
+Following tests are covered to test BGP Graceful Restart functionality.
Basic Common Test steps for all the test case below :
- Create topology (setup module)
Creating 2 routers topology, r1, r2 in IBGP
#
"""
-Following tests are covered to test BGP Gracefull Restart functionality.
+Following tests are covered to test BGP Graceful Restart functionality.
Basic Common Test steps for all the test case below :
- Create topology (setup module)
Creating 2 routers topology, r1, r2 in IBGP
#
"""
-Following tests are covered to test BGP Gracefull Restart functionality.
+Following tests are covered to test BGP Graceful Restart functionality.
Basic Common Test steps for all the test case below :
- Create topology (setup module)
Creating 2 routers topology, r1, r2 in IBGP
#
"""
-Following tests are covered to test BGP Gracefull Restart functionality.
+Following tests are covered to test BGP Graceful Restart functionality.
Basic Common Test steps for all the test case below :
- Create topology (setup module)
Creating 2 routers topology, r1, r2 in IBGP
}
/*
- * Gracefully shut down a client connection.
+ * Gracefuly shut down a client connection.
*
* Cancel any pending tasks for the client's thread. Then schedule a task on
* the main thread to shut down the calling thread.
* Deinitialize zebra client.
*
* - Deregister and deinitialize related internal resources
- * - Gracefully close socket
+ * - Gracefuly close socket
* - Free associated resources
* - Free client structure
*