diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-19 16:10:16 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-19 16:10:16 +0000 |
| commit | 0ca229d64d13381cb45c8e73c54fd8bd67aa92d8 (patch) | |
| tree | 72f8866991d9743af43e911a9f11186d62ceb921 /lib/libipsec | |
| parent | 6d939e82e0d6b54be01c0c7323db0c4c0121a82b (diff) | |
Notes
Diffstat (limited to 'lib/libipsec')
| -rw-r--r-- | lib/libipsec/policy_token.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libipsec/policy_token.l b/lib/libipsec/policy_token.l index 1e7b7140676d..c9737cb83435 100644 --- a/lib/libipsec/policy_token.l +++ b/lib/libipsec/policy_token.l @@ -79,7 +79,7 @@ decstring {digit}+ hexpair {hexdigit}{hexdigit} hexstring 0[xX]{hexdigit}+ octetstring {octet}({dot}{octet})+ -ipaddress [a-zA-Z0-9:\._][a-zA-Z0-9:\._]*(@{letter}{letter}+)? +ipaddress [a-zA-Z0-9:\._][a-zA-Z0-9:\._]*(%{letter}{letter}+)? name {letter}(({letter}|{digit}|{hyphen})*({letter}|{digit}))* hostname {name}(({dot}{name})+{dot}?)? |
