Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
37 lines
1011 B
Diff
37 lines
1011 B
Diff
diff --git a/lib/libifconfig/Makefile b/lib/libifconfig/Makefile
|
|
index 6bdb202bec1d..ebc626901cfc 100644
|
|
--- a/lib/libifconfig/Makefile
|
|
+++ b/lib/libifconfig/Makefile
|
|
@@ -1,7 +1,6 @@
|
|
|
|
PACKAGE= lib${LIB}
|
|
LIB= ifconfig
|
|
-INTERNALLIB= true
|
|
|
|
LIBADD= m
|
|
|
|
@@ -36,8 +35,8 @@ SRCS+= ${GEN}
|
|
CLEANFILES+= ${GEN}
|
|
|
|
# If libifconfig become public uncomment those two lines
|
|
-#INCSDIR= ${INCLUDEDIR}
|
|
-#INCS= libifconfig.h libifconfig_sfp.h libifconfig_sfp_tables.h
|
|
+INCSDIR= ${INCLUDEDIR}
|
|
+INCS= libifconfig.h libifconfig_sfp.h libifconfig_sfp_tables.h
|
|
|
|
#MAN= libifconfig.3
|
|
|
|
diff --git a/lib/libifconfig/Symbol.map b/lib/libifconfig/Symbol.map
|
|
index 2d80fb31652a..8b08947112e5 100644
|
|
--- a/lib/libifconfig/Symbol.map
|
|
+++ b/lib/libifconfig/Symbol.map
|
|
@@ -2,6 +2,8 @@ FBSD_1.6 {
|
|
ifconfig_bridge_get_bridge_status;
|
|
ifconfig_bridge_free_bridge_status;
|
|
ifconfig_carp_get_info;
|
|
+ ifconfig_carp_get_vhid;
|
|
+ ifconfig_carp_set_info;
|
|
ifconfig_close;
|
|
ifconfig_create_interface;
|
|
ifconfig_create_interface_vlan;
|