added comment to IP validation
This commit is contained in:
parent
c2b89df134
commit
26fe977ec9
1 changed files with 1 additions and 0 deletions
|
|
@ -796,6 +796,7 @@ multiselect(){
|
|||
#done
|
||||
|
||||
### IP validation function
|
||||
# returns 0 (true) for valid, 1 (false) for invalid
|
||||
valid-ip()
|
||||
{
|
||||
local ip=$1
|
||||
|
|
|
|||
Loading…
Reference in a new issue