From 39cf5d784a583be27d0b383257d1676f7a3824f3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 16 Aug 2010 14:36:40 +0000 Subject: setup-interfaces: fix for bb 1.17.1. accept /mask together with address And print summary of the interface configuration --- libalpine.sh.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libalpine.sh.in') diff --git a/libalpine.sh.in b/libalpine.sh.in index 3a25302..36d2a93 100755 --- a/libalpine.sh.in +++ b/libalpine.sh.in @@ -67,12 +67,6 @@ default_read() { } -invalid_ip() { - [ "$1" ] || return 0 - ! ipcalc -s -m $1/0 > /dev/null -} - - cfg_add() { [ -z "$NOCOMMIT" ] && lbu_add "$@" } -- cgit v1.2.3