diff options
| author | Hiroki Shirokura <slank.dev@gmail.com> | 2020-10-11 17:27:40 +0900 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2021-06-02 10:24:47 -0400 |
| commit | ade3eebc6a54a84e6949b86e5e391824f1b172ca (patch) | |
| tree | 625f92f35bae8198dfa23c246e7f144cd49974f8 /sharpd/sharp_main.c | |
| parent | 0097897734b08194d0c6acae1d759e2001cd9026 (diff) | |
sharpd: support create/delete srv6-locator (step2)
Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
Diffstat (limited to 'sharpd/sharp_main.c')
| -rw-r--r-- | sharpd/sharp_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c index e93db34ffa..75cf145385 100644 --- a/sharpd/sharp_main.c +++ b/sharpd/sharp_main.c @@ -140,6 +140,7 @@ static void sharp_global_init(void) memset(&sg, 0, sizeof(sg)); sg.nhs = list_new(); sg.ted = NULL; + sg.srv6_locators = list_new(); } static void sharp_start_configuration(void) |
