Commit 09f33fc
[PBH] Implement Edit Flows (sonic-net#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 a15ebb5 commit 09f33fc
15 files changed
Lines changed: 1567 additions & 96 deletions
File tree
- orchagent
- pbh
- tests
- dvslib
- mock_tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments