diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-11-14 16:13:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-14 16:13:39 +0200 |
| commit | 84f784fafa34b4fe4021d9a17fbffe5bc2fff32e (patch) | |
| tree | 4d893c0f1c3765ab3b082dc45c44c36ef3e7f402 /zebra/zebra_srv6.h | |
| parent | edb904e81cdbd9c5b869f2e029d50fa13d69f7b5 (diff) | |
| parent | 439d4c9b03f37522376e2466c67540f63d40891b (diff) | |
Merge pull request #12219 from cscarpitta/feature/srv6-usid-behavior-support
bgpd, zebra: Add support for SRv6 uSID Behaviors
Diffstat (limited to 'zebra/zebra_srv6.h')
| -rw-r--r-- | zebra/zebra_srv6.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_srv6.h b/zebra/zebra_srv6.h index 84fcc305bc..f320b9ca0f 100644 --- a/zebra/zebra_srv6.h +++ b/zebra/zebra_srv6.h @@ -61,6 +61,9 @@ extern void zebra_srv6_locator_add(struct srv6_locator *locator); extern void zebra_srv6_locator_delete(struct srv6_locator *locator); extern struct srv6_locator *zebra_srv6_locator_lookup(const char *name); +void zebra_notify_srv6_locator_add(struct srv6_locator *locator); +void zebra_notify_srv6_locator_delete(struct srv6_locator *locator); + extern void zebra_srv6_init(void); extern struct zebra_srv6 *zebra_srv6_get_default(void); extern bool zebra_srv6_is_enable(void); |
