summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2019-02-01 17:30:41 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-02-15 19:58:14 +0000
commit2dd39570f27fa11c96568ffcf0f0f04309a5147c (patch)
tree745c2a621bc97889ffc4f9c5a55ef71854564aa7
parenta0b543d81e2f96862fdf2e689cf17808741d20c8 (diff)
downloadphosphor-dbus-interfaces-2dd39570f27fa11c96568ffcf0f0f04309a5147c.tar.gz
phosphor-dbus-interfaces-2dd39570f27fa11c96568ffcf0f0f04309a5147c.zip
network/system: Add IPv6 Gateway Property
Right now we can only set an IPv4 gateway. To support dual stack systems we need a way to have an IPv6 gateway. Change-Id: Id27f29093a1f605fd460ac22f73abdaeb1f85ff6 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--xyz/openbmc_project/Network/SystemConfiguration.interface.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml b/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml
index a5bdd2f..917a5d6 100644
--- a/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml
+++ b/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml
@@ -8,6 +8,12 @@ properties:
- name: DefaultGateway
type: string
description: >
- default gateway of the system.
+ default IPv4 gateway of the system.
+ errors:
+ - xyz.openbmc_project.Common.Error.InvalidArgument
+ - name: DefaultGateway6
+ type: string
+ description: >
+ default IPv6 gateway of the system.
errors:
- xyz.openbmc_project.Common.Error.InvalidArgument
OpenPOWER on IntegriCloud