forked from Mirror/frr
14 lines
353 B
C
14 lines
353 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
|
||
|
*/
|
||
|
|
||
|
#ifndef _FRR_ISIS_SRV6_H
|
||
|
#define _FRR_ISIS_SRV6_H
|
||
|
|
||
|
#endif /* _FRR_ISIS_SRV6_H */
|