From d2f44cbb126fb8577115462f4393c7afae0e875d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 29 May 2022 10:30:14 +0200 Subject: [PATCH] ucentral-schema: update to latest HEAD d1c7ab8 add ip-collide handler Fixes: WIFI-7830 Fixes: WIFI-7989 Signed-off-by: John Crispin --- feeds/ucentral/ucentral-schema/Makefile | 8 ++++---- .../files/etc/hotplug.d/iface/90-ip-collide | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/feeds/ucentral/ucentral-schema/Makefile b/feeds/ucentral/ucentral-schema/Makefile index 0b2db5b6d..ca80b15b9 100644 --- a/feeds/ucentral/ucentral-schema/Makefile +++ b/feeds/ucentral/ucentral-schema/Makefile @@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ucentral-schema PKG_RELEASE:=1 -PKG_SOURCE_URL=https://github.com/blogic/ucentral-schema.git -PKG_MIRROR_HASH:=ae22a2b6cdc65fa81093bb9540a1815ca10ca0029f0d675d9e1089286911b17b +PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git +PKG_MIRROR_HASH:=ff9f698af6cf43bd9b560c341c37b1418a3db80cbc5752195cd9418e9a0b06d6 PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2022-01-17 -PKG_SOURCE_VERSION:=6d832480504bdb80aaa324eaf56acc7962a40467 +PKG_SOURCE_DATE:=2022-05-29 +PKG_SOURCE_VERSION:=d1c7ab864506feaa409184c2d7eae13724b1d193 PKG_MAINTAINER:=John Crispin PKG_LICENSE:=BSD-3-Clause diff --git a/feeds/ucentral/ucentral-tools/files/etc/hotplug.d/iface/90-ip-collide b/feeds/ucentral/ucentral-tools/files/etc/hotplug.d/iface/90-ip-collide index 5be3e7e47..648791ba9 100644 --- a/feeds/ucentral/ucentral-tools/files/etc/hotplug.d/iface/90-ip-collide +++ b/feeds/ucentral/ucentral-tools/files/etc/hotplug.d/iface/90-ip-collide @@ -1,4 +1 @@ -[ ifup = "$ACTION" ] && { - ip-collide - [ $? -eq 0 ] || ubus call ucentral send '{"msg": "ip/domain collision detected", "severity": 3}' -} +[ ifup = "$ACTION" ] && /usr/share/ucentral/ip-collide.uc