]> git.proxmox.com Git - mirror_frr.git/blobdiff - .clang-format
topotests: remove code that checks for version
[mirror_frr.git] / .clang-format
index 4bd962747fa492853dc386e13b6154d252f6417b..e1897bfa99aba2cbbe1a7caa604e1aa9a32f75d6 100644 (file)
@@ -28,6 +28,8 @@ ForEachMacros:
   - frr_each
   - frr_each_safe
   - frr_each_from
+  - frr_with_mutex
+  - frr_with_privs
   - LIST_FOREACH
   - LIST_FOREACH_SAFE
   - SLIST_FOREACH
@@ -48,8 +50,11 @@ ForEachMacros:
   - FOR_ALL_INTERFACES_ADDRESSES
   - JSON_FOREACH
   # libyang
+  - LY_FOR_KEYS
+  - LY_LIST_FOR
   - LY_TREE_FOR
   - LY_TREE_DFS_BEGIN
+  - LYD_TREE_DFS_BEGIN
   # zebra
   - RE_DEST_FOREACH_ROUTE
   - RE_DEST_FOREACH_ROUTE_SAFE
@@ -64,5 +69,6 @@ ForEachMacros:
   - SUBGRP_FOREACH_ADJ_SAFE
   - AF_FOREACH
   - FOREACH_AFI_SAFI
+  - FOREACH_SAFI
   # ospfd
   - LSDB_LOOP