commit | 61ade7b12d539d56ed19c49023bb9525cdc218b9 | [log] [tgz] |
---|---|---|
author | Ravi Teja <raviteja28031990@gmail.com> | Sun May 05 21:52:47 2024 -0500 |
committer | Ravi Teja <raviteja28031990@gmail.com> | Sun May 05 21:54:50 2024 -0500 |
tree | 66440e856af7c84094a6910381ea920c5f5df8a4 | |
parent | 9012243e543abdc5851b7e878c17c991b2a2a8b7 [diff] |
StaticGateway: Remove PrefixLength property Static gateway configuration does not require prefix length property This commit removes PrefixLength property from static gateway D-bus method and interface. Change-Id: Ic21bfdc457bfba2bfd9993bb786c084641e8ffe3 Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
diff --git a/yaml/xyz/openbmc_project/Network/StaticGateway.interface.yaml b/yaml/xyz/openbmc_project/Network/StaticGateway.interface.yaml index 6993b2d..96e75c6 100644 --- a/yaml/xyz/openbmc_project/Network/StaticGateway.interface.yaml +++ b/yaml/xyz/openbmc_project/Network/StaticGateway.interface.yaml
@@ -10,13 +10,6 @@ errors: - xyz.openbmc_project.Common.Error.NotAllowed - - name: PrefixLength - type: size - description: > - This is the number of network bits in the address. - errors: - - xyz.openbmc_project.Common.Error.NotAllowed - - name: ProtocolType type: enum[xyz.openbmc_project.Network.IP.Protocol] description: >
diff --git a/yaml/xyz/openbmc_project/Network/StaticGateway/Create.interface.yaml b/yaml/xyz/openbmc_project/Network/StaticGateway/Create.interface.yaml index 010e12b..1ba0735 100644 --- a/yaml/xyz/openbmc_project/Network/StaticGateway/Create.interface.yaml +++ b/yaml/xyz/openbmc_project/Network/StaticGateway/Create.interface.yaml
@@ -8,10 +8,6 @@ type: string description: > Static gateway address - - name: PrefixLength - type: size - description: > - Number of network bits in the address - name: ProtocolType type: enum[xyz.openbmc_project.Network.IP.Protocol] description: >