All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH openbmc] Dbus API for systemd/networkd for network configuration.
@ 2016-01-20 15:10 OpenBMC Patches
  2016-01-20 15:10 ` OpenBMC Patches
  0 siblings, 1 reply; 4+ messages in thread
From: OpenBMC Patches @ 2016-01-20 15:10 UTC (permalink / raw)
  To: openbmc

Added interfaces
  org.freedesktop.network1.Network &
  org.freedesktop.network1.Link 
on bus connection org.freedesktop.network1.

networkd-link-bus.c:            SD_BUS_METHOD("GetAddress", "s", "s", method_get_address, SD_BUS_VTABLE_UNPRIVILEGED),
networkd-network-bus.c:         SD_BUS_METHOD("AddAddress", "sssyyys", "x", method_add_address, SD_BUS_VTABLE_UNPRIVILEGED),
networkd-network-bus.c:         SD_BUS_METHOD("DelAddress", "sssyyys", "x", method_del_address, SD_BUS_VTABLE_UNPRIVILEGED),
networkd-network-bus.c:         SD_BUS_METHOD("GetAddress", "s", "a(iyyus)s", method_get_address, SD_BUS_VTABLE_UNPRIVILEGED),


https://github.com/openbmc/openbmc/pull/139

Hariharasubramanian R (1):
  Dbus API for systemd/networkd for network configuration.

 .../0100-systemd_networkd_dbus_setaddress.patch    | 845 +++++++++++++++++++++
 .../meta/recipes-core/systemd/systemd_225.bb       |   1 +
 2 files changed, 846 insertions(+)
 create mode 100644 yocto-poky/meta/recipes-core/systemd/systemd/0100-systemd_networkd_dbus_setaddress.patch

-- 
2.6.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-25  6:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-20 15:10 [PATCH openbmc] Dbus API for systemd/networkd for network configuration OpenBMC Patches
2016-01-20 15:10 ` OpenBMC Patches
2016-01-21  5:23   ` Cyril Bur
2016-01-21  7:06     ` Hariharasubramanian Ramasubramanian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.