]> git.proxmox.com Git - mirror_frr.git/blob - zebra/zebra_srv6_vty.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / zebra / zebra_srv6_vty.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * Zebra SRv6 VTY functions
4 * Copyright (C) 2020 Hiroki Shirokura, LINE Corporation
5 */
6
7 #ifndef _ZEBRA_SRV6_VTY_H
8 #define _ZEBRA_SRV6_VTY_H
9
10 #define ZEBRA_SRV6_LOCATOR_BLOCK_LENGTH 40
11 #define ZEBRA_SRV6_LOCATOR_NODE_LENGTH 24
12 #define ZEBRA_SRV6_FUNCTION_LENGTH 16
13
14 extern void zebra_srv6_vty_init(void);
15
16 #endif /* _ZEBRA_SRV6_VTY_H */