]> git.puffer.fish Git - mirror/frr.git/commit
zebra: unexpose label-manager util-funcs as static 7706/head
authorHiroki Shirokura <slank.dev@gmail.com>
Thu, 10 Dec 2020 00:33:29 +0000 (09:33 +0900)
committerHiroki Shirokura <slank.dev@gmail.com>
Thu, 10 Dec 2020 00:56:55 +0000 (09:56 +0900)
commitd3d9639d9a2251aa519b5399706ce816982001a1
treeef994f114e5146c8404b693367c5d2ddc622ae7a
parentdc29bb3b6b22a86702641adf2b0b700fc02b6f75
zebra: unexpose label-manager util-funcs as static

Following functions which is a piece of label-maanager implementation
isn't called from out side of its file. And all lines of label-manager
are coded on zebra/label_manager.c at this time. So these functions
should be unexposed.

Functions:
- create_label_chunk
- assign_label_chunk
- delete_label_chunk
- release_label_chunk

Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
zebra/label_manager.c
zebra/label_manager.h