diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-09-06 07:57:16 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2021-09-06 07:57:16 +0200 | 
| commit | 0a82936aff8bbfcc6253f4767ea82805525c47ec (patch) | |
| tree | 78b88c373d50383d3d0dbba9e4e42dd91a8585ed | |
| parent | f7b1017559f4a511b116a5acd4705a15caf97865 (diff) | |
| download | vyos-1x-0a82936aff8bbfcc6253f4767ea82805525c47ec.tar.gz vyos-1x-0a82936aff8bbfcc6253f4767ea82805525c47ec.zip | |
smoketest: config: add DHCP name-server to dialup-router-medium-vpn config
T3804 changed how DHCP servers from DHCP interfaces are read in and passed to
the system. The config migrator is tested with this addition.
| -rw-r--r-- | smoketest/configs/dialup-router-medium-vpn | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/smoketest/configs/dialup-router-medium-vpn b/smoketest/configs/dialup-router-medium-vpn index dfb3d9621..af7c075e4 100644 --- a/smoketest/configs/dialup-router-medium-vpn +++ b/smoketest/configs/dialup-router-medium-vpn @@ -624,6 +624,7 @@ system {          }      }      name-server 192.168.0.1 +    name-servers-dhcp pppoe0      ntp {          allow-clients {              address 192.168.0.0/16 | 
