artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e5bbb
)
Whitespace
author
tobhe
<tobhe@openbsd.org>
Mon, 1 Feb 2021 15:13:15 +0000
(15:13 +0000)
committer
tobhe
<tobhe@openbsd.org>
Mon, 1 Feb 2021 15:13:15 +0000
(15:13 +0000)
sbin/iked/parse.y
patch
|
blob
|
history
diff --git
a/sbin/iked/parse.y
b/sbin/iked/parse.y
index
e643797
..
b9fa14b
100644
(file)
--- a/
sbin/iked/parse.y
+++ b/
sbin/iked/parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: parse.y,v 1.12
4 2020/12/29 19:49:38 benno
Exp $ */
+/* $OpenBSD: parse.y,v 1.12
5 2021/02/01 15:13:15 tobhe
Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@
-3251,7
+3251,7
@@
expand_keyword(struct ipsec_addr_wrap *ip)
return (host("0.0.0.0"));
}
break;
- case AF_INET6:
+ case AF_INET6:
switch(ip->type) {
case IPSEC_ADDR_ANY:
return (host("::/0"));