diff options
Diffstat (limited to 'src/etc')
| -rwxr-xr-x | src/etc/ppp/ip-up.d/96-vyos-sstpc-callback | 2 | ||||
| -rwxr-xr-x | src/etc/ppp/ip-up.d/99-vyos-pppoe-callback | 2 | ||||
| -rwxr-xr-x | src/etc/ppp/ip-up.d/99-vyos-pppoe-wlb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/ppp/ip-up.d/96-vyos-sstpc-callback b/src/etc/ppp/ip-up.d/96-vyos-sstpc-callback index e8d396887..7296c2c7f 100755 --- a/src/etc/ppp/ip-up.d/96-vyos-sstpc-callback +++ b/src/etc/ppp/ip-up.d/96-vyos-sstpc-callback @@ -17,7 +17,7 @@ # This is a Python hook script which is invoked whenever a SSTP client session # goes "ip-up". It will call into our vyos.ifconfig library and will then # execute common tasks for the SSTP interface. The reason we have to "hook" this -# is that we can not create a sstpcX interface in advance in linux and then +# is that we cannot create a sstpcX interface in advance in linux and then # connect pppd to this already existing interface. from sys import argv diff --git a/src/etc/ppp/ip-up.d/99-vyos-pppoe-callback b/src/etc/ppp/ip-up.d/99-vyos-pppoe-callback index 79c7a27bf..f3efb9ac0 100755 --- a/src/etc/ppp/ip-up.d/99-vyos-pppoe-callback +++ b/src/etc/ppp/ip-up.d/99-vyos-pppoe-callback @@ -17,7 +17,7 @@ # This is a Python hook script which is invoked whenever a PPPoE session goes # "ip-up". It will call into our vyos.ifconfig library and will then execute # common tasks for the PPPoE interface. The reason we have to "hook" this is -# that we can not create a pppoeX interface in advance in linux and then connect +# that we cannot create a pppoeX interface in advance in linux and then connect # pppd to this already existing interface. from sys import argv diff --git a/src/etc/ppp/ip-up.d/99-vyos-pppoe-wlb b/src/etc/ppp/ip-up.d/99-vyos-pppoe-wlb index 9b708b88f..4df24a204 100755 --- a/src/etc/ppp/ip-up.d/99-vyos-pppoe-wlb +++ b/src/etc/ppp/ip-up.d/99-vyos-pppoe-wlb @@ -17,7 +17,7 @@ # This is a Python hook script which is invoked whenever a PPPoE session goes # "ip-up". It will call into our vyos.ifconfig library and will then execute # common tasks for the PPPoE interface. The reason we have to "hook" this is -# that we can not create a pppoeX interface in advance in linux and then connect +# that we cannot create a pppoeX interface in advance in linux and then connect # pppd to this already existing interface. import os |
