strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
swanctl: Append /ESN to proposal for a CHILD_SA using Extended Sequence Numbers
[strongswan.git]
/
src
/
swanctl
/
commands
/
list_sas.c
diff --git
a/src/swanctl/commands/list_sas.c
b/src/swanctl/commands/list_sas.c
index
55297cf
..
81e1b7c
100644
(file)
--- a/
src/swanctl/commands/list_sas.c
+++ b/
src/swanctl/commands/list_sas.c
@@
-122,7
+122,7
@@
CALLBACK(child_sas, int,
}
if (child->get(child, "esn"))
{
- printf("/
%s", child->get(child, "esn")
);
+ printf("/
ESN"
);
}
printf("\n");