]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/routemap.h
bgpd: allow for case where vrf sockets aren't needed (default accepts for vrf)
[mirror_frr.git] / lib / routemap.h
index 0046b77c4667a5fd82865e14f10a5fb03575e810..990c7fa72f43d28f50e7c7a8969432425141b047 100644 (file)
@@ -158,8 +158,8 @@ struct route_map {
        struct route_map *prev;
 
        /* Maintain update info */
-       int to_be_processed; /* True if modification isn't acted on yet */
-       int deleted;     /* If 1, then this node will be deleted */
+       bool to_be_processed; /* True if modification isn't acted on yet */
+       bool deleted;         /* If 1, then this node will be deleted */
 
        QOBJ_FIELDS
 };