summaryrefslogtreecommitdiff
path: root/src/conf_mode/le_cert.py
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-03-09 10:45:14 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2023-03-09 10:57:22 +0000
commit3b27442674e086a873f8ed7df4169363ad8c5c51 (patch)
tree0eb873740f7afcf898af33255547373cf56be57b /src/conf_mode/le_cert.py
parente1ea2f826ce7b9e8bfe6be4d3814a456e04963f1 (diff)
downloadvyos-1x-3b27442674e086a873f8ed7df4169363ad8c5c51.tar.gz
vyos-1x-3b27442674e086a873f8ed7df4169363ad8c5c51.zip
T5063: IPoE-server ethX vlan must not be used with client-subnet
IPoE-server 'interface ethX vlan xxx' (aka vlan-mon) must not be used with 'interface ethX client-subnet' So instead of shared pool accel-ppp uses the same pool for each dynamically added VLAN eth1 client-subnet '192.0.2.0/24' eth1 vlan '2000-2021' It cause this issue: eth1.2000 range 192.0.2.0/24 (the first client gets address from 192.0.2.2) eth2.2001 range 192.0.2.0/24 (the first client gets address from 192.0.2.2) Only named pools with vlan option must be used.
Diffstat (limited to 'src/conf_mode/le_cert.py')
0 files changed, 0 insertions, 0 deletions