mirror of
https://github.com/FRRouting/frr.git
synced 2026-01-16 23:14:01 +00:00
- Everyone loads frr-host module to process host config Signed-off-by: Christian Hopps <chopps@labn.net>
12 lines
281 B
C
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;
|