diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-12-07 17:31:48 -0200 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2018-10-27 16:16:12 -0200 | 
| commit | 1c2facd12df7bc27758d7ea674b1e57e401fc234 (patch) | |
| tree | b82aeb06586c2c7b380420ddd484964af915aee1 /.clang-format | |
| parent | 75082dafb5a929b99d89c8f55e6b2da3f4d90100 (diff) | |
lib: introduce new northbound API
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 3c6a2784ce..a65a29f8c9 100644 --- a/.clang-format +++ b/.clang-format @@ -44,6 +44,9 @@ ForEachMacros:    - 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  | 
