diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-01 11:34:13 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-01 11:34:13 +0100 |
commit | 726593b365e475da5bdc833740809b83a63dc524 (patch) | |
tree | c689bd96e8d26a25864876422315640875a04201 /docs/services | |
parent | 578f751a6dea6d747073619800875f4131205a6f (diff) | |
download | vyos-documentation-726593b365e475da5bdc833740809b83a63dc524.tar.gz vyos-documentation-726593b365e475da5bdc833740809b83a63dc524.zip |
sstp: adjust description of "gateway-address"
Diffstat (limited to 'docs/services')
-rw-r--r-- | docs/services/sstp-server.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/services/sstp-server.rst b/docs/services/sstp-server.rst index 792899c5..6e311e19 100644 --- a/docs/services/sstp-server.rst +++ b/docs/services/sstp-server.rst @@ -84,8 +84,8 @@ Configuration .. cfgcmd:: set service sstp-server network-settings client-ip-settings gateway-address <gateway> - Use `<gateway>` IP address for clients. This can be any arbitrary address as - it will be a Point-to-Point link. + Specifies single `<gateway>` IP address to be used as local address of PPP + interfaces. .. cfgcmd:: set service sstp-server network-settings client-ip-settings subnet <subnet> |