mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added ASN Configuration page (#9271)
This commit is contained in:
parent
63e6427ab9
commit
b37f31c963
18 changed files with 522 additions and 3 deletions
|
|
@ -2776,6 +2776,9 @@ local known_parameters = {
|
|||
["dhcp_list"] = validateEmptyOr(validateListOfTypeInline(validateIpAddress)),
|
||||
["smtp_list"] = validateEmptyOr(validateListOfTypeInline(validateIpAddress)),
|
||||
["gateway_list"] = validateEmptyOr(validateListOfTypeInline(validateIpAddress)),
|
||||
["customer_asn"] = validateEmptyOr(validateListOfTypeInline(validateSingleWord)),
|
||||
["sub_customer_asn"] = validateEmptyOr(validateListOfTypeInline(validateSingleWord)),
|
||||
["remote_asn"] = validateEmptyOr(validateListOfTypeInline(validateSingleWord)),
|
||||
["whitelisted_networks"] = validateSingleWord,
|
||||
["corporate_devices"] = validateSingleWord,
|
||||
["local_devices"] = validateSingleWord
|
||||
|
|
|
|||
|
|
@ -505,6 +505,11 @@ page_utils.menu_entries = {
|
|||
i18n_title = "access_control_list",
|
||||
section = "policies"
|
||||
},
|
||||
asn_configuration = {
|
||||
key = "asn_configuration",
|
||||
i18n_title = "checks.asn_configuration",
|
||||
section = "policies"
|
||||
},
|
||||
network_config = {
|
||||
key = "network_config",
|
||||
i18n_title = "checks.network_configuration",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue