-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added REST API for getting and setting NB VPP-Agent configurati…
…on (#1787) * feat: implemented Get capabilities of local client Signed-off-by: Filip Gschwandtner <[email protected]> * fix: fix for statically-generated proto messages using proto message related utils (bad type assumption that luckily worked for dynamic message but not for statically-genereated messages) Signed-off-by: Filip Gschwandtner <[email protected]> * refactor: moved go type retrieval of statically-generated proto message into conversion function (dynamic to staticly-generated message) that needs it (this simplifies function usage and related nameFunc API) Signed-off-by: Filip Gschwandtner <[email protected]> * fix: fixed local client usage for previous api changes Signed-off-by: Filip Gschwandtner <[email protected]> * feat: added PUT and GET of NB VPP-Agent configuration to REST API Signed-off-by: Filip Gschwandtner <[email protected]> * fix: added different handling for proxy remote modeled proto messages in PUT NB configuration in REST API Signed-off-by: Filip Gschwandtner <[email protected]>
- Loading branch information
Showing
13 changed files
with
361 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.