mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-26 04:25:40 +02:00
Update _api_data.py
This commit is contained in:
parent
952a452661
commit
03d04bd3d7
1 changed files with 21 additions and 21 deletions
|
@ -1519,27 +1519,6 @@ PATHS = {
|
|||
},
|
||||
),
|
||||
),
|
||||
('interface', 'l2tp-server', 'server'): APIData(
|
||||
unversioned=VersionedAPIData(
|
||||
single_value=True,
|
||||
fully_understood=True,
|
||||
fields={
|
||||
'allow-fast-path': KeyInfo(default=False),
|
||||
'authentication': KeyInfo(default='pap,chap,mschap1,mschap2'),
|
||||
'caller-id-type': KeyInfo(default='ip-address'),
|
||||
'default-profile': KeyInfo(default='default-encryption'),
|
||||
'enabled': KeyInfo(default=False),
|
||||
'ipsec-secret': KeyInfo(default=''),
|
||||
'keepalive-timeout': KeyInfo(default=30),
|
||||
'max-mru': KeyInfo(default=1450),
|
||||
'max-mtu': KeyInfo(default=1450),
|
||||
'max-sessions': KeyInfo(default='unlimited'),
|
||||
'mrru': KeyInfo(default='disabled'),
|
||||
'one-session-per-host': KeyInfo(default=False),
|
||||
'use-ipsec': KeyInfo(default=False),
|
||||
},
|
||||
),
|
||||
),
|
||||
('interface', 'l2tp-client',): APIData(
|
||||
unversioned=VersionedAPIData(
|
||||
single_value=False,
|
||||
|
@ -1571,6 +1550,27 @@ PATHS = {
|
|||
},
|
||||
),
|
||||
),
|
||||
('interface', 'l2tp-server', 'server'): APIData(
|
||||
unversioned=VersionedAPIData(
|
||||
single_value=True,
|
||||
fully_understood=True,
|
||||
fields={
|
||||
'allow-fast-path': KeyInfo(default=False),
|
||||
'authentication': KeyInfo(default='pap,chap,mschap1,mschap2'),
|
||||
'caller-id-type': KeyInfo(default='ip-address'),
|
||||
'default-profile': KeyInfo(default='default-encryption'),
|
||||
'enabled': KeyInfo(default=False),
|
||||
'ipsec-secret': KeyInfo(default=''),
|
||||
'keepalive-timeout': KeyInfo(default=30),
|
||||
'max-mru': KeyInfo(default=1450),
|
||||
'max-mtu': KeyInfo(default=1450),
|
||||
'max-sessions': KeyInfo(default='unlimited'),
|
||||
'mrru': KeyInfo(default='disabled'),
|
||||
'one-session-per-host': KeyInfo(default=False),
|
||||
'use-ipsec': KeyInfo(default=False),
|
||||
},
|
||||
),
|
||||
),
|
||||
('interface', 'ovpn-client'): APIData(
|
||||
unversioned=VersionedAPIData(
|
||||
primary_keys=('name', ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue