| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Change-Id: I05a7100db500bf5d8ec87c24f4d6503a03eb3581
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
|
|
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>
|