diff options
author | John Estabrook <jestabro@vyos.io> | 2022-05-24 13:47:51 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-05-25 11:42:44 -0500 |
commit | 9340afe48cb2bfa6415b6d769ccf288bf1ceaf3e (patch) | |
tree | 2582969b755e1a6d6ae085069a486acc18801fb1 /smoketest/configs/bgp-dmvpn-spoke | |
parent | d19a5876ed144692befb76cf206f3ca7c66d3882 (diff) | |
download | vyos-1x-9340afe48cb2bfa6415b6d769ccf288bf1ceaf3e.tar.gz vyos-1x-9340afe48cb2bfa6415b6d769ccf288bf1ceaf3e.zip |
configtest: T4382: 'nat ... log' takes no 'enable' argument
The component version in bgp-dmvpn-spoke is nat@5, however, 4-to-5
removes the boolean argument. It is confirmed that the migration script
works correctly, hence, it must be a typo in translation; remove
argument 'enable'.
Diffstat (limited to 'smoketest/configs/bgp-dmvpn-spoke')
-rw-r--r-- | smoketest/configs/bgp-dmvpn-spoke | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/configs/bgp-dmvpn-spoke b/smoketest/configs/bgp-dmvpn-spoke index 3d7503a9b..39b64b935 100644 --- a/smoketest/configs/bgp-dmvpn-spoke +++ b/smoketest/configs/bgp-dmvpn-spoke @@ -32,7 +32,7 @@ interfaces { nat { source { rule 10 { - log enable + log outbound-interface pppoe1 source { address 172.17.0.0/16 |