Skip to content

Commit 0f06910

Browse files
authored
[PBH] Implement Edit Flows (#2169)
PBH Edit Flows is a second phase of PBH feature implementation. It allows user to modify the already existing objects. PBH Edit Flows offer a full entity update which assumes Config DB field ADD/UPDATE/REMOVE processing. PBH OA interprets series of Redis HSET/HDEL as SONiC SET operation and internally does the diff of existing/supplied configuration to deploy the new changes. HLD: sonic-net/SONiC#909 - What I did Implemented Edit Flows in scope of PBH enhancement - Why I did it Implementation is done according to the PBH HLD Signed-off-by: Nazarii Hnydyn <[email protected]>
1 parent 6241bbf commit 0f06910

15 files changed

+1567
-96
lines changed

orchagent/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ orchagent_SOURCES = \
6262
mirrororch.cpp \
6363
fdborch.cpp \
6464
aclorch.cpp \
65+
pbh/pbhcap.cpp \
6566
pbh/pbhcnt.cpp \
6667
pbh/pbhmgr.cpp \
6768
pbh/pbhrule.cpp \

0 commit comments

Comments
 (0)