Skip to content

Commit 36fc967

Browse files
MFW-567 allow CIDR and ip range for src/dst
1 parent b033b3d commit 36fc967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package/settings/store/Conditions.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2124,7 +2124,7 @@ Ext.define('Mfw.settings.Conditions', {
21242124
description: 'Source Address description ...',
21252125
field: {
21262126
xtype: 'textfield',
2127-
validators: 'ipv4'
2127+
validators: 'ipv4expression'
21282128
}
21292129
}, {
21302130
type:'SOURCE_ADDRESS_V6',
@@ -2207,7 +2207,7 @@ Ext.define('Mfw.settings.Conditions', {
22072207
description: 'Destination Address description ...',
22082208
field: {
22092209
xtype: 'textfield',
2210-
validators: 'ipv4'
2210+
validators: 'ipv4expression'
22112211
}
22122212
}, {
22132213
type:'DESTINATION_ADDRESS_V6',

0 commit comments

Comments
 (0)