ocserv: correct md5sum, install ocserv-fw, and eliminate ip dependency

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos
2015-11-28 22:57:56 +01:00
parent 62c95a10a8
commit 18595194cf
2 changed files with 8 additions and 7 deletions
+4 -4
View File
@@ -343,11 +343,11 @@ config-per-group = /etc/ocserv/config-per-group/
# The following example is from linux systems. %{R} should be something
# like 192.168.2.0/24
route-add-cmd = "/usr/sbin/ip route add %{R} dev %{D}"
route-del-cmd = "/usr/sbin/ip route delete %{R} dev %{D}"
#route-add-cmd = "/usr/sbin/ip route add %{R} dev %{D}"
#route-del-cmd = "/usr/sbin/ip route delete %{R} dev %{D}"
#route-add-cmd = "/sbin/route add -net %{RI} dev %{D}"
#route-del-cmd = "/sbin/route del -net %{RI} dev %{D}"
route-add-cmd = "/sbin/route add -net %{RI} dev %{D}"
route-del-cmd = "/sbin/route del -net %{RI} dev %{D}"
# This option allows to forward a proxy. The special strings '%{U}'
# and '%{G}', if present will be replaced by the username and group name.