frrouting/lib/host_nb.h
Christian Hopps 3bd8347f9a lib: add northbound support for frr-host YANG module
- Everyone loads frr-host module to process host config

Signed-off-by: Christian Hopps <chopps@labn.net>
2025-06-13 02:24:21 -04:00

12 lines
281 B
C

// SPDX-License-Identifier: GPL-2.0-or-later
/*
* June 13 2025, Christian Hopps <chopps@labn.net>
*
* Copyright (c) 2025, LabN Consulting, L.L.C.
*
*/
#include <zebra.h>
#include "command.h"
extern const struct frr_yang_module_info frr_host_nb_info;
extern struct host host;