blob: 127d1ea390d50c0c0aaee49387d378620a5927e0 [file] [log] [blame]
description: >
This interface defines network static routes
properties:
- name: Destination
type: string
description: >
The value of this property shall be a destination IP address, only
destination network IP address allowed. it does not allow hostname.
errors:
- xyz.openbmc_project.Common.Error.NotAllowed
- name: Gateway
type: string
description: >
The value of this property shall be a next hop address assigned to the
ethernet interface to reach destination address.
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: >
Protocol type can be IPv4 or IPv6 etc.
errors:
- xyz.openbmc_project.Common.Error.NotAllowed