frr/isisd/isis_srv6.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
291 B
C
Raw Normal View History

// 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>