]> git.proxmox.com Git - mirror_frr.git/blame - zebra/zebra_srv6_vty.h
bgpd: Refactor subgroup_announce_table() to reuse an existing helpers
[mirror_frr.git] / zebra / zebra_srv6_vty.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
6c0a7c09
HS
2/*
3 * Zebra SRv6 VTY functions
4 * Copyright (C) 2020 Hiroki Shirokura, LINE Corporation
6c0a7c09
HS
5 */
6
7#ifndef _ZEBRA_SRV6_VTY_H
8#define _ZEBRA_SRV6_VTY_H
9
85521aaa
RS
10#define ZEBRA_SRV6_LOCATOR_BLOCK_LENGTH 40
11#define ZEBRA_SRV6_LOCATOR_NODE_LENGTH 24
12#define ZEBRA_SRV6_FUNCTION_LENGTH 16
13
6c0a7c09
HS
14extern void zebra_srv6_vty_init(void);
15
16#endif /* _ZEBRA_SRV6_VTY_H */