diff options
author | Christian Breunig <christian@breunig.cc> | 2025-01-08 21:46:50 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-02-03 07:16:07 +0100 |
commit | 8784aaa6fbec978aa97cab09cfbf9894163a2b1b (patch) | |
tree | f7b9b7aaeacde7294f3f9f0d8b01c6ecea3b45c5 /smoketest/config-tests/dialup-router-medium-vpn | |
parent | 196797346b973d1eba3f3d000321786c54e3bdbf (diff) | |
download | vyos-1x-8784aaa6fbec978aa97cab09cfbf9894163a2b1b.tar.gz vyos-1x-8784aaa6fbec978aa97cab09cfbf9894163a2b1b.zip |
syslog: T6989: rename "host" to "remote"
Diffstat (limited to 'smoketest/config-tests/dialup-router-medium-vpn')
-rw-r--r-- | smoketest/config-tests/dialup-router-medium-vpn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/config-tests/dialup-router-medium-vpn b/smoketest/config-tests/dialup-router-medium-vpn index d6b00c678..b7187887b 100644 --- a/smoketest/config-tests/dialup-router-medium-vpn +++ b/smoketest/config-tests/dialup-router-medium-vpn @@ -315,8 +315,8 @@ set system static-host-mapping host-name host109.vyos.net inet '192.168.0.109' set system sysctl parameter net.core.default_qdisc value 'fq' set system sysctl parameter net.ipv4.tcp_congestion_control value 'bbr' set system syslog global facility all level 'info' -set system syslog host 192.168.0.252 facility all level 'debug' -set system syslog host 192.168.0.252 protocol 'udp' +set system syslog remote 192.168.0.252 facility all level 'debug' +set system syslog remote 192.168.0.252 protocol 'udp' set system task-scheduler task Update-Blacklists executable path '/config/scripts/vyos-foo-update.script' set system task-scheduler task Update-Blacklists interval '3h' set system time-zone 'Pacific/Auckland' |