X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.clang-format;h=a65a29f8c995c7aea022a6f998e11fb309b693d6;hb=2929de9ecda25d39249fc193127659be7195f430;hp=21fe9d7c5e570b85d5f68d0c94f37b73f054b516;hpb=451fda4f9a2fadc24328e640077780a00ffcdac2;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