]> git.proxmox.com Git - mirror_frr.git/commit
lib: add new structures for srv6-locator (step2)
authorHiroki Shirokura <slank.dev@gmail.com>
Sun, 23 Feb 2020 11:27:15 +0000 (11:27 +0000)
committerMark Stapp <mjs@voltanet.io>
Wed, 2 Jun 2021 14:24:47 +0000 (10:24 -0400)
commitf2867068e679900582aeb263d1723f8d7c3aa0ed
tree8c34cedf751778b49fe9daa9d25415d05f25912c
parent6c0a7c094111b11b7f8c298b71c60e08b82d8e15
lib: add new structures for srv6-locator (step2)

This commit is a part of #5853 works that add new structures for
SRv6-locator. This structure will be used by zebra and another
routing daemon and its ZAPI messaging to manage SRv6-locator.
Encoder/decoder for ZAPI stream is also added by this commit.

Real configuration mechanism isn't implemented at this commit.
later commit add real configure implementation. This commit add only
SRv6-locator's structures and misc functions.

Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
lib/srv6.c
lib/srv6.h
lib/zclient.c
lib/zclient.h