commit | 0f5729187d1e271453dc80433ab92814f9fb6393 | [log] [tgz] |
---|---|---|
author | Ravi Teja <raviteja28031990@gmail.com> | Mon Jul 06 09:37:59 2020 -0500 |
committer | Ravi Teja <raviteja28031990@gmail.com> | Fri Jul 24 06:55:13 2020 -0500 |
tree | dede41e0ddb4a9aade4b5544c537407d0fe77a1c | |
parent | ff4702aa2163f16822a3500b3986fa24571cea95 [diff] |
Add IPv4/Ipv6 default gateway properties on Ethernet interface Currently, OpenBMC stack allows a single default gateway for the system(default gateway property present in system config) Latest kernel allows to configure multiple default gateways. so its proposed OpenBMC D-bus interfaces to tie the gateway property with the Ethernet interface schema instead of system configuration dbus interfaces and discussed over OpenBmc mailing list. Clients will be able to configure default gateway for each Ethernet interface. clients will use dbus property on Ethernet interface instead of system config interface. Implementation: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-networkd/+/34852 Signed-off-by: Ravi Teja <raviteja28031990@gmail.com> Change-Id: I5d671cac5ec8ef4ccd8deac0c0626e8d52db70eb
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
Only the xyz/openbmc_project interfaces are built by default.
Enable the OpenPower D-Bus interfaces with:
--enable-openpower-dbus-interfaces
Enable IBM D-Bus interfaces with:
--enable-ibm-dbus-interfaces