mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 21:47:15 +02:00
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>
|