index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
conf_mode
/
vpn_l2tp.py
Age
Commit message (
Expand
)
Author
2024-01-10
T5688: Changed 'range' to multi in 'client-ip-pool' for accell-ppp
aapostoliuk
2024-01-01
T5801: Rewritten L2TP to get_config_dict
aapostoliuk
2023-12-28
accel-ppp: T5688: Standardized pool configuration in accel-ppp
aapostoliuk
2023-07-15
T5195: vyos.util -> vyos.utils package refactoring part #2
Christian Breunig
2023-07-14
T5195: vyos.util -> vyos.utils package refactoring (#2093)
Christian Breunig
2023-05-10
T5213: Add accounting-interim-interval option for L2TP-server
Viacheslav Hletenko
2022-12-30
T4893: Add ppp-options ipv6-interface-id for L2TP
Viacheslav Hletenko
2022-12-09
T4868: Fix l2tp ppp IPv6 options in template and config get dict
Viacheslav Hletenko
2022-12-08
T4117: Fix for L2TP DAE CoA server configuration
Viacheslav Hletenko
2022-05-01
accel-ppp: T4353: fix Jinja2 linting errors
Christian Poessinger
2021-10-16
l2tp: T3724: allow setting accel-ppp l2tp host-name
Marek Isalski
2021-07-13
T3663: remove some unused sleep imports.
Daniil Baturin
2020-11-27
vyos.template: T2720: always enable Jinja2 trim_blocks feature
Christian Poessinger
2020-11-13
vyos.template: provide general is_ip(v4|v6) helpers
Christian Poessinger
2020-10-27
Merge pull request #581 from sever-sever/T2631
Christian Poessinger
2020-10-27
accel: T2631: Add option for radius disable-accounting
sever-sever
2020-10-24
vpn: l2tp: T3009: fix non effective "authentication require" option
Christian Poessinger
2020-09-26
accel-ppp: T2918: Add accounting interim jitter option
sever-sever
2020-08-31
configd: T2582: add scripts to include list for daemon
John Estabrook
2020-08-02
accel-ppp: T2756: make RADIUS accounting port configurable
Christian Poessinger
2020-06-22
vpn: l2tp: T2264: fix improper use of fail-time dictionary key
Christian Poessinger
2020-06-16
l2tp: T2602: Delete excess characters
DmitriyEshenko
2020-05-29
airbag: T2088: explicit enabling of the feature
Thomas Mangin
2020-04-27
template: T2388: move mkdir/chmod/chown within render()
Thomas Mangin
2020-04-22
accel-ppp: fix wrong reference in verify() on missing attributes
Christian Poessinger
2020-04-21
vyos.util: migrate all cpu_count() occurances to common get_half_cpus()
Christian Poessinger
2020-04-21
vpn: l2tp: T2314: pass proper content variable to render()
Christian Poessinger
2020-04-18
accel-ppp: T2314: use common tempplate for chap-secrets
Christian Poessinger
2020-04-18
pppoe-server: T2314: migrate IPv6 to common CLI nodes with embeeded validation
Christian Poessinger
2020-04-18
vpn: l2tp: sstp: ease unlinking of configuration files
Christian Poessinger
2020-04-12
template: T2230: use render to generate templates
Thomas Mangin
2020-04-12
vpn: l2tp: T2185: move generated files to volatile /run/accel-ppp directory
Christian Poessinger
2020-04-11
vpn: l2tp: sstp: T2264: create config dir on demand
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: migrate IPv6 prefix node to common CLI style
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: simplify IPv6 config dictionary elements
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: migrate from SysVinit -> systemd
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: remove debug pprint
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: proper set PPP default values to ease Jinja2 template
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: migrate to new dictionary keys for radius auth
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: use "with open()" when writing config
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: migrate to new dictionary keys for local auth
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: cleanup thread_cnt generation
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: combine WINS CLI syntax
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: combine IPv4/IPv6 name-server CLI syntax
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: comment cleanup on chk_con()
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: use default_config_data dict
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: introduce common config base
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: import cleanup
Christian Poessinger
2020-04-11
vpn: l2tp: T2264: rename files to match CLI levels
Christian Poessinger