change the sample filter rule

This commit is contained in:
Sukchan Lee 2017-09-06 15:54:30 +09:00
parent 46ce8e0c93
commit 196f79ad19
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ const schema = {
"description": {
"type": "string",
"title": "Description*",
"default": "permit out ip from any to any",
"default": "permit out udp from any 1-65535 to 45.45.45.45",
"required": true,
"pattern": "^permit\\s+out",
"messages": {