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: >