<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-networkd, branch master</title>
<subtitle>OpenBMC Phosphor network daemon sources</subtitle>
<id>https://git.raptorcs.com/git/phosphor-networkd/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/phosphor-networkd/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-networkd/'/>
<updated>2019-04-11T11:00:56+00:00</updated>
<entry>
<title>util: Don't ignore non-running interfaces</title>
<updated>2019-04-11T11:00:56+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2019-03-21T21:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-networkd/commit/?id=f273d2b5629d2a7d96802dc7a7ddb92e303ac8de'/>
<id>urn:sha1:f273d2b5629d2a7d96802dc7a7ddb92e303ac8de</id>
<content type='text'>
We want to be able to configure interfaces which are not running. Just
because we don't have a cable plugged into the machine doesn't mean we
don't want to have the option to configure it from the host

Tested:
    Built an image and made sure the interface was now present and
    configurable even if it had no link present.

Change-Id: Ib93ddddc8ca015fe024209fa9cbeb5fc24421728
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>vlan: Modify create method to return an ObjectPath</title>
<updated>2019-04-10T02:18:17+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2019-04-10T02:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-networkd/commit/?id=f4b4ff813029e2571447e9c21f51701f88595c3c'/>
<id>urn:sha1:f4b4ff813029e2571447e9c21f51701f88595c3c</id>
<content type='text'>
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 &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>util: Use standard ether functions for conversion</title>
<updated>2019-04-09T09:07:06+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2019-04-08T08:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-networkd/commit/?id=4966e96e2e3b4d3719d5932fb50e923b39c6c23b'/>
<id>urn:sha1:4966e96e2e3b4d3719d5932fb50e923b39c6c23b</id>
<content type='text'>
This should be slightly faster and is more standard for interop with
other programs using the same conversion functions.

Change-Id: I4d7a2cb4df2173afda421c5b41ee5e98e722d6c6
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>build: Use libnl package config instead of hardcoding</title>
<updated>2019-04-09T09:07:06+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2019-03-21T23:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-networkd/commit/?id=01defcade1020f0f149043a722ef8dc440d95546'/>
<id>urn:sha1:01defcade1020f0f149043a722ef8dc440d95546</id>
<content type='text'>
We shouldn't be hardcoding paths and link stages against libnl since it
provides the needed package config files to do that for us.

Tested:
    Builds and passes unit tests in our unit test container environment.

Change-Id: I46277fff25720119c90b827b4a3d7333bbe8766b
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>Network:Modified create interface to return the D-Bus object ID</title>
<updated>2019-04-04T12:21:35+00:00</updated>
<author>
<name>raviteja-b</name>
<email>raviteja28031990@gmail.com</email>
</author>
<published>2019-03-28T10:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-networkd/commit/?id=ce3795602ee8d7593ae1effd8e5568c823326c88'/>
<id>urn:sha1:ce3795602ee8d7593ae1effd8e5568c823326c88</id>
<content type='text'>
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 &lt;raviteja28031990@gmail.com&gt;
</content>
</entry>
<entry>
<title>Makefile: Fix bad system header flag</title>
<updated>2019-03-21T23:17:23+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2019-03-21T23:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-networkd/commit/?id=7a6287ce435614d15ecc5948d25d75a327d5d1d4'/>
<id>urn:sha1:7a6287ce435614d15ecc5948d25d75a327d5d1d4</id>
<content type='text'>
gcc does not guarantee support for -isystem=&lt;directory&gt; syntax. It
typically expects the flag to be in the form of 2 arguments `-isystem
&lt;directory&gt;`. Update this so it works with all versions of gcc.

Change-Id: I324446b414bc327961641c39dd36a3131c3bc5e1
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>configure: Remove systemd dbus paths</title>
<updated>2019-03-12T19:51:58+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2019-02-13T03:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-networkd/commit/?id=f1aa51cedf4618d084ef9edd613d5f886fc8b73c'/>
<id>urn:sha1:f1aa51cedf4618d084ef9edd613d5f886fc8b73c</id>
<content type='text'>
Nothing but our code references these variable so lets just define them
where they are needed instead of having the configure script populate
them.

Change-Id: Ibd08d0698488febf5ea1cc8d6c14379ea6a50051
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>configure: Cleanup dbus variables</title>
<updated>2019-03-12T19:51:58+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2019-02-13T03:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-networkd/commit/?id=5f1eb46840818b0b9545ddd2ebd5ac709bb9d57a'/>
<id>urn:sha1:5f1eb46840818b0b9545ddd2ebd5ac709bb9d57a</id>
<content type='text'>
These are realistically not configurable by the end user and could be
provided as a runtime configuration if needed so that custom networkd
binaries are not needed for each different busname.

Configure variable substitution was kept to ensure the value is
consistent between all of the source files.

Change-Id: Ic6d50a80b48e2cfc07e48067089236010894e71b
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>configure: Don't allow configurable systemd directories</title>
<updated>2019-03-12T19:51:58+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2019-02-13T03:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-networkd/commit/?id=483e777fd4161ba063ac67a8114429c9b2078352'/>
<id>urn:sha1:483e777fd4161ba063ac67a8114429c9b2078352</id>
<content type='text'>
They are not actually variable and defined statically in systemd. This
will make porting to other build systems easier so that we don't have to
duplicate this functionality.

Change-Id: I7752cf4caf12d4424e21cd04276e0f87ecddc335
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>test: rtnetlink: use manager interface query</title>
<updated>2019-03-12T06:21:58+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2019-01-07T21:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-networkd/commit/?id=04c3d714ba0129f4746967f2d98985bae2b0a8fd'/>
<id>urn:sha1:04c3d714ba0129f4746967f2d98985bae2b0a8fd</id>
<content type='text'>
Use the new interface query method provided by manager to know if the
interface was added instead of inspecting the manager itself.

Change-Id: I94600199fd60a014d6b376155555449f7af617f5
Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
</content>
</entry>
</feed>
