mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Bridge wizard gui implementation
This commit is contained in:
parent
d65d47330f
commit
19c2aa8d4d
11 changed files with 466 additions and 5 deletions
|
|
@ -417,7 +417,7 @@ print[[
|
|||
return true;
|
||||
|
||||
recheckFields(input);
|
||||
return is_mac_address(member) || is_network_mask(member, true);
|
||||
return memberValueValidator(input);
|
||||
}
|
||||
|
||||
function memberValidator(input) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue