summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0035-Remove-read-only-flag-from-NTPServers.patch
blob: b37c5dc2973a8224d21a6a4777b8259022b72c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From c01d47388c0917e5f365272229fc34684148b4c3 Mon Sep 17 00:00:00 2001
From: Nikita Kosenkov <NKosenkov@IBS.RU>
Date: Thu, 30 Jun 2022 18:17:10 +0300
Subject: [PATCH] Remove read-only flag from NTPServers

---
 .../openbmc_project/Network/EthernetInterface.interface.yaml    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml b/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
index 096f5b50..e4bfffef 100644
--- a/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
+++ b/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
@@ -55,8 +55,6 @@ properties:
           - xyz.openbmc_project.Common.Error.InvalidArgument
     - name: NTPServers
       type: array[string]
-      flags:
-          - readonly
       description: >
           NTP servers that are currently in use on this interface.
           This includes both DHCP and static NTP server addresses.
-- 
2.35.1