DBZ-2743 Simplify IP address matchers

This commit is contained in:
Jiri Pechanec 2020-12-08 14:50:38 +01:00 committed by Gunnar Morling
parent 070a0fccf9
commit e237b70728

View File

@ -1223,8 +1223,8 @@ STRING_USER_NAME: (
| IP_ADDRESS
);
IP_ADDRESS: (
[0-9]+ '.' [0-9.]+
| [0-9A-F:]+ ':' [0-9A-F:]+
[0-9]+ '.' [0-9]+ '.' [0-9]+ '.' [0-9]+
| [0-9A-Fa-f:]+
);
LOCAL_ID: '@'
(