From 5179a064aba2eaa932111981dbb0c95fabde3770 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 18 Jan 2015 16:51:34 +0100 Subject: [PATCH] doc update --- src/ocserv-args.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocserv-args.def b/src/ocserv-args.def index 040a82d0..4a5d2b40 100644 --- a/src/ocserv-args.def +++ b/src/ocserv-args.def @@ -460,7 +460,7 @@ route = 192.168.5.0/255.255.255.0 # route/mask and %{D} with the (tun) device. # # The following example is from linux systems. %R should be something -# like 192.168.2.0/24 +# like 192.168.2.0/24 (the argument of iroute). #route-add-cmd = "ip route add %{R} dev %{D}" #route-del-cmd = "ip route delete %{R} dev %{D}"