struct lcommunity *lcomm = NULL;
struct community *comm = NULL;
- /* Intern referenced strucutre. */
+ /* Intern referenced structure. */
if (attr->aspath) {
if (!attr->aspath->refcnt)
attr->aspath = aspath_intern(attr->aspath);
return new;
}
-/* This function takes pointer to Extended Communites strucutre then
+/* This function takes pointer to Extended Communites structure then
* create a new Extended Communities structure by uniq and sort each
* Extended Communities value.
*/
return true;
}
-/* This function takes pointer to Large Communites strucutre then
+/* This function takes pointer to Large Communites structure then
create a new Large Communities structure by uniq and sort each
Large Communities value. */
struct lcommunity *lcommunity_uniq_sort(struct lcommunity *lcom)
/* Route map apply. */
if (rmap) {
memset(&rmap_path, 0, sizeof(struct bgp_path_info));
- /* Duplicate current value to new strucutre for modification. */
+ /* Duplicate current value to new structure for modification. */
rmap_path.peer = peer;
rmap_path.attr = attr;
rmap_path.extra = &extra;
memset(&rmap_path, 0, sizeof(struct bgp_path_info));
/* Route map apply. */
- /* Duplicate current value to new strucutre for modification. */
+ /* Duplicate current value to new structure for modification. */
rmap_path.peer = peer;
rmap_path.attr = attr;
extern struct zebra_privs_t ripd_privs;
extern struct rip_instance_head rip_instances;
-/* Master thread strucutre. */
+/* Master thread structure. */
extern struct thread_master *master;
DECLARE_HOOK(rip_ifaddr_add, (struct connected * ifc), (ifc));