summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Network
Commit message (Collapse)AuthorAgeFilesLines
* vlan: Modify create method to return an ObjectPathWilliam A. Kennington III2019-04-091-0/+5
| | | | | | | | This will be nice to have for ipmid so that it can easily figure out the path of the new vlan object when it creates one. Change-Id: I6b93c5e64499c0cb9e36e8354eda6089bfd6d6c9 Signed-off-by: William A. Kennington III <wak@google.com>
* Network:Modified create interface to return the D-Bus object IDraviteja-b2019-04-041-0/+5
| | | | | | | | Currently, the create interface doesn't return the Object identifier, this commit is to modify Create Inferface to return the object identifier. Change-Id: Icbd30481a1173a0c2b8dbe32ba913504555a119a Signed-off-by: raviteja-b <raviteja28031990@gmail.com>
* Update Create.interface.yaml to return errorsNagaraju Goruganti2018-01-041-0/+2
| | | | | | | | | | | | -elog<InvalidArgument> is throwing an exception in bad path testing and we don't have catch for it in current code. -Updated the yaml file(added error) which will catch the exception and will return error. Fixes openbmc/openbmc#2576 Change-Id: If3db07e5d96231189bd2742cc6803b480b9ac462 Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
* Changed the type of vlan id from 16 bit to 32 bitRatan Gupta2017-08-131-1/+1
| | | | | | | | | Vlan interface is having vlanid as 32 bit but the create interface was having 16 bit so this commit changes the type of vlanid property in the create interface to 32 bit. Change-Id: I423fdcee86c2d78653fc11d426a241e7d979e16b Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Add Create interface for IP addressRatan Gupta2017-05-161-0/+22
| | | | | Change-Id: I05a7100db500bf5d8ec87c24f4d6503a03eb3581 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Define the create interface for VLANRatan Gupta2017-04-271-0/+14
Network Manager may implement multiple interface object Create interface helps in creating specific interface. Create interface declares the interface for creating a specific object. Change-Id: I7433a8569f7e08f9ceb0ff8d01e8c42b04b3b5af Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
OpenPOWER on IntegriCloud