mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
2bdabc1db7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
19 lines
356 B
Diff
19 lines
356 B
Diff
--- a/bfd.h
|
|
+++ b/bfd.h
|
|
@@ -299,13 +299,13 @@ typedef struct bfd_state_str_list_s {
|
|
int type;
|
|
} bfd_state_str_list;
|
|
|
|
-struct bfd_vrf {
|
|
+extern struct bfd_vrf {
|
|
int vrf_id;
|
|
char name[MAXNAMELEN + 1];
|
|
UT_hash_handle vh;
|
|
} bfd_vrf;
|
|
|
|
-struct bfd_iface {
|
|
+extern struct bfd_iface {
|
|
int vrf_id;
|
|
char ifname[MAXNAMELEN + 1];
|
|
UT_hash_handle ifh;
|