bind: detect new interfaces when they come up
Reload the service when interfaces flap; note that libcap support is required to open new sockets on interfaces coming up during a reload, otherwise a full restart would be needed. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
parent
5dd6c8ad46
commit
049b25bcf9
1 changed files with 1 additions and 1 deletions
|
@ -69,6 +69,7 @@ endef
|
|||
define Package/bind-server
|
||||
$(call Package/bind/Default)
|
||||
TITLE+= DNS server
|
||||
DEPENDS+= libcap
|
||||
endef
|
||||
|
||||
define Package/bind-server/config
|
||||
|
@ -135,7 +136,6 @@ export BUILD_CC="$(TARGET_CC)"
|
|||
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--disable-linux-caps \
|
||||
--with-openssl="$(STAGING_DIR)/usr" \
|
||||
--with-libtool \
|
||||
--without-lmdb \
|
||||
|
|
Loading…
Reference in a new issue