From d06b1f85aee3238dea386ecbfe83e8934f8917ac Mon Sep 17 00:00:00 2001 From: hagbard Date: Mon, 4 Mar 2019 15:17:19 -0800 Subject: adjusted ntp test to accept the 2 new restrict parameters --- src/tests/test_ntp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/test_ntp.py') diff --git a/src/tests/test_ntp.py b/src/tests/test_ntp.py index 08e1b665e..c1a7f768d 100644 --- a/src/tests/test_ntp.py +++ b/src/tests/test_ntp.py @@ -198,7 +198,7 @@ class TestNtp(TestCase): # driftfile /var/lib/ntp/ntp.drift # By default, only allow ntpd to query time sources, ignore any incoming requests - restrict default noquery nopeer notrap nomodify + restrict default noquery nopeer notrap nomodify noquery notrust # Local users have unrestricted access, allowing reconfiguration via ntpdc restrict 127.0.0.1 restrict -6 ::1 -- cgit v1.2.3