You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently L3AFD supports GET API to get the eBPF programs running on a node and UPDATE API to manage the eBPF programs on a node. Instead of using only UPDATE API for program management, we can segregate the eBPF program orchestration by supporting the below APIs also:
ADD: Starts a new eBPF program on a node
DELETE: Remove an existing eBPF program from a node
And, we can limit the current scope of UPDATE API to only update/patch configuration of existing eBPF programs on a node.
The text was updated successfully, but these errors were encountered:
Currently L3AFD supports GET API to get the eBPF programs running on a node and UPDATE API to manage the eBPF programs on a node. Instead of using only UPDATE API for program management, we can segregate the eBPF program orchestration by supporting the below APIs also:
And, we can limit the current scope of UPDATE API to only update/patch configuration of existing eBPF programs on a node.
The text was updated successfully, but these errors were encountered: