-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow neighbor updates in reply to new neighbor webhook
- this will allow to use only webhooks to update tags in neighbors - to recap: now we have two options to set/update neighbor tags in smithproxy: a) API direct call to smithproxy API b) in **'new neighbor' webhook response** sent from webhook server (this patch) Feature allows to change arbitrary neighbor entry, so it can be used to update all neighbors in proxy. Caveat: update (API or response) will not do any CIDR network calculations. Hostnames must be IP strings as they appear in neighbor cache. This may change in the future.
- Loading branch information
Showing
2 changed files
with
29 additions
and
12 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