|
@@ -53,6 +53,14 @@ func aclPolicyTypes(w http.ResponseWriter, r *http.Request) {
|
|
// models.NetmakerSubNetRangeAClID,
|
|
// models.NetmakerSubNetRangeAClID,
|
|
},
|
|
},
|
|
ProtocolTypes: []models.ProtocolType{
|
|
ProtocolTypes: []models.ProtocolType{
|
|
|
|
+ {
|
|
|
|
+ Name: models.Any,
|
|
|
|
+ AllowedProtocols: []models.Protocol{
|
|
|
|
+ models.ALL,
|
|
|
|
+ },
|
|
|
|
+ PortRange: "All ports",
|
|
|
|
+ AllowPortSetting: false,
|
|
|
|
+ },
|
|
{
|
|
{
|
|
Name: models.Http,
|
|
Name: models.Http,
|
|
AllowedProtocols: []models.Protocol{
|
|
AllowedProtocols: []models.Protocol{
|