]> git.proxmox.com Git - mirror_frr.git/blobdiff - .clang-format
eigrpd: eigrp usage of uint32_t to struct in_addr for router_id data
[mirror_frr.git] / .clang-format
index 2710d844e9c85ff1291d801fb3d978d2297419a0..a65a29f8c995c7aea022a6f998e11fb309b693d6 100644 (file)
@@ -41,6 +41,12 @@ ForEachMacros:
   - RB_FOREACH_REVERSE
   - RB_FOREACH_REVERSE_SAFE
   - SPLAY_FOREACH
+  - FOR_ALL_INTERFACES
+  - FOR_ALL_INTERFACES_ADDRESSES
+  - JSON_FOREACH
+  # libyang
+  - LY_TREE_FOR
+  - LY_TREE_DFS_BEGIN
   # zebra
   - RE_DEST_FOREACH_ROUTE
   - RE_DEST_FOREACH_ROUTE_SAFE
@@ -55,3 +61,5 @@ ForEachMacros:
   - SUBGRP_FOREACH_ADJ_SAFE
   - AF_FOREACH
   - FOREACH_AFI_SAFI
+  # ospfd
+  - LSDB_LOOP