mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 00:27:07 +00:00

Add `isis_srv6.c` and `isis_srv6.h` files needed to support SRv6 in IS-IS (as per RFC 9352). Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
11 lines
291 B
C
11 lines
291 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* This is an implementation of Segment Routing over IPv6 (SRv6) for IS-IS
|
|
* as per RFC 9352
|
|
* https://datatracker.ietf.org/doc/html/rfc9352
|
|
*
|
|
* Copyright (C) 2023 Carmine Scarpitta - University of Rome Tor Vergata
|
|
*/
|
|
|
|
#include <zebra.h>
|