mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-26 12:36:18 +02:00
Update _api_data.py
This commit is contained in:
parent
657c8c33f5
commit
f9c09d6baf
1 changed files with 31 additions and 0 deletions
|
@ -1540,6 +1540,37 @@ PATHS = {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
('interface', 'l2tp-client',): APIData(
|
||||||
|
unversioned=VersionedAPIData(
|
||||||
|
single_value=False,
|
||||||
|
fully_understood=True,
|
||||||
|
fields={
|
||||||
|
'add-default-route': KeyInfo(default=False),
|
||||||
|
'allow': KeyInfo(default='pap,chap,mschap1,mschap2'),
|
||||||
|
'allow-fast-path': KeyInfo(default=False),
|
||||||
|
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||||
|
'connect-to': KeyInfo(),
|
||||||
|
'default-route-distance': KeyInfo(default=False),
|
||||||
|
'dial-on-demand': KeyInfo(default=False),
|
||||||
|
'disabled': KeyInfo(default=True),
|
||||||
|
'ipsec-secret': KeyInfo(default=''),
|
||||||
|
'keepalive-timeout': KeyInfo(default=60),
|
||||||
|
'l2tp-proto-version': KeyInfo(default='l2tpv2'),
|
||||||
|
'l2tpv3-cookie-length': KeyInfo(default=0),
|
||||||
|
'l2tpv3-digest-hash': KeyInfo(default='md5'),
|
||||||
|
'max-mru': KeyInfo(default=1450),
|
||||||
|
'max-mtu': KeyInfo(default=1450),
|
||||||
|
'mrru': KeyInfo(default='disabled'),
|
||||||
|
'name': KeyInfo(),
|
||||||
|
'password': KeyInfo(),
|
||||||
|
'profile': KeyInfo(default='default-encryption'),
|
||||||
|
'src-address': KeyInfo(),
|
||||||
|
'use-ipsec': KeyInfo(default=False),
|
||||||
|
'use-peer-dns': KeyInfo(default=False),
|
||||||
|
'user': KeyInfo(),
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
('interface', 'ovpn-client'): APIData(
|
('interface', 'ovpn-client'): APIData(
|
||||||
unversioned=VersionedAPIData(
|
unversioned=VersionedAPIData(
|
||||||
primary_keys=('name', ),
|
primary_keys=('name', ),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue