Skip to content

Commit eb79ca4

Browse files
authored
[pbh]: Add PBH OA (sonic-net#1782)
* [pbh]: Add PBH OA. * [pbh]: Helper and PBH Container Signed-off-by: Nazarii Hnydyn <[email protected]>
1 parent 3d6b1f0 commit eb79ca4

21 files changed

+4712
-52
lines changed

orchagent/Makefile.am

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
INCLUDES = -I $(top_srcdir)/lib -I $(top_srcdir) -I $(top_srcdir)/warmrestart -I flex_counter -I debug_counter
1+
INCLUDES = -I $(top_srcdir)/lib \
2+
-I $(top_srcdir) \
3+
-I $(top_srcdir)/warmrestart \
4+
-I flex_counter \
5+
-I debug_counter \
6+
-I pbh
27

38
CFLAGS_SAI = -I /usr/include/sai
49

@@ -46,6 +51,10 @@ orchagent_SOURCES = \
4651
mirrororch.cpp \
4752
fdborch.cpp \
4853
aclorch.cpp \
54+
pbh/pbhcnt.cpp \
55+
pbh/pbhmgr.cpp \
56+
pbh/pbhrule.cpp \
57+
pbhorch.cpp \
4958
saihelper.cpp \
5059
switchorch.cpp \
5160
pfcwdorch.cpp \

0 commit comments

Comments
 (0)