diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-11-21 11:22:38 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-11-21 12:12:16 +0100 |
commit | d14d4c1706b4b09c7b38ba4d7369f3486be6346a (patch) | |
tree | e321282e33cd60e86c55a0879816fdb5735f5364 | |
parent | c5043bccb2f23b6fb6143335d25d89c1ebe97679 (diff) | |
download | vyos-strongswan-d14d4c1706b4b09c7b38ba4d7369f3486be6346a.tar.gz vyos-strongswan-d14d4c1706b4b09c7b38ba4d7369f3486be6346a.zip |
debian/strongswan-starter.install: install counters plugin
-rw-r--r-- | debian/strongswan-starter.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/strongswan-starter.install b/debian/strongswan-starter.install index 7b02b0a8e..7eebe6be5 100644 --- a/debian/strongswan-starter.install +++ b/debian/strongswan-starter.install @@ -21,3 +21,7 @@ usr/lib/ipsec/plugins/libstrongswan-stroke.so usr/share/strongswan/templates/config/plugins/stroke.conf etc/strongswan.d/charon/stroke.conf debian/usr.lib.ipsec.stroke /etc/apparmor.d/ +#counters +usr/lib/ipsec/plugins/libstrongswan-counters.so +usr/share/strongswan/templates/config/plugins/counters.conf +etc/strongswan.d/charon/counters.conf |