X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.clang-format;h=a65a29f8c995c7aea022a6f998e11fb309b693d6;hb=86afd5292f1769c6c1c1db7a1e65f09fed27b87d;hp=21fe9d7c5e570b85d5f68d0c94f37b73f054b516;hpb=0bc2172605a000a20a4208b523f287168123b6b1;p=mirror_frr.git diff --git a/.clang-format b/.clang-format index 21fe9d7c5..a65a29f8c 100644 --- a/.clang-format +++ b/.clang-format @@ -43,6 +43,10 @@ ForEachMacros: - 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 @@ -57,3 +61,5 @@ ForEachMacros: - SUBGRP_FOREACH_ADJ_SAFE - AF_FOREACH - FOREACH_AFI_SAFI + # ospfd + - LSDB_LOOP