summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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