File: host_nb.h

package info (click to toggle)
frr 10.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 77,224 kB
  • sloc: ansic: 687,301; python: 227,378; perl: 6,379; sh: 2,685; cpp: 1,883; makefile: 670; yacc: 397; lex: 363; lisp: 66; xml: 35; javascript: 8
file content (12 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
// 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;