mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
tests: added functionality test for config-per-group
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -59,6 +59,8 @@ update_config() {
|
||||
-e 's|@ADDRESS@|'${ADDRESS}'|g' "$file.$$.tmp" \
|
||||
-e 's|@VPNNET@|'${VPNNET}'|g' "$file.$$.tmp" \
|
||||
-e 's|@VPNNET6@|'${VPNNET6}'|g' "$file.$$.tmp" \
|
||||
-e 's|@ROUTE1@|'${ROUTE1}'|g' "$file.$$.tmp" \
|
||||
-e 's|@ROUTE2@|'${ROUTE2}'|g' "$file.$$.tmp" \
|
||||
-e 's|@OCCTL_SOCKET@|'${OCCTL_SOCKET}'|g' "$file.$$.tmp"
|
||||
CONFIG="$file.$$.tmp"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user