#
ab27a819 |
| 02-May-2023 |
Ravi Teja <raviteja28031990@gmail.com> |
Add network static gateway configuration support
This commit enables static gateway configuration on EthernetInterface Implements CreateStaticGateway method which creates a new d-bus object with Sta
Add network static gateway configuration support
This commit enables static gateway configuration on EthernetInterface Implements CreateStaticGateway method which creates a new d-bus object with StaticGateway interface.
Tested By: Run StaticGateway D-bus method and verified D-bus object and configuration. Delete StaticGateway object Add static gateway Delete static gateway
Change-Id: I3fbc6f85ede00b6c1949a0ac85f501037a69c831 Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
show more ...
|
#
ad205028 |
| 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: I335e0c726360eaae85b9b54c16b5dcbe4a3f182e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
02d87c19 |
| 28-Jun-2023 |
William A. Kennington III <wak@google.com> |
test: Simplify addresses with string literal operators
This improves code readability.
Change-Id: I9c15f8df7ab40bc864a34f53d61f25bb1bbf349f Signed-off-by: William A. Kennington III <wak@google.com>
|
#
30f3ba2c |
| 28-Jun-2023 |
William A. Kennington III <wak@google.com> |
ethernet_interface: Validate IP addresses
We don't want multicast or link local addresses to be assignable as IPs. Right now they won't do what the user expects and it causes undefined problems with
ethernet_interface: Validate IP addresses
We don't want multicast or link local addresses to be assignable as IPs. Right now they won't do what the user expects and it causes undefined problems with the configuration.
Change-Id: Idefac159b7ce8b53988ddb4501a1c9321b2e6588 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
bbf5e9e8 |
| 01-Feb-2023 |
William A. Kennington III <wak@google.com> |
ethernet_interface: Validate gateway IPs
We don't want to allow loopback, network id, or multicast spaces to be used for the gateway.
Change-Id: I1ff762268321f8c0dacb760611cce8383d880997 Signed-off
ethernet_interface: Validate gateway IPs
We don't want to allow loopback, network id, or multicast spaces to be used for the gateway.
Change-Id: I1ff762268321f8c0dacb760611cce8383d880997 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
9ca5c8ec |
| 14-Dec-2022 |
William A. Kennington III <wak@google.com> |
ethernet_interface: Empty address also deletes the gateway
Since the address is invalid anyway, this is a straightforward way to clear the entry.
Change-Id: I7c130d0e3c3c0d182e8a7c54d53be44b4ffe47a
ethernet_interface: Empty address also deletes the gateway
Since the address is invalid anyway, this is a straightforward way to clear the entry.
Change-Id: I7c130d0e3c3c0d182e8a7c54d53be44b4ffe47a7 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
9b2a20d3 |
| 17-Jun-2023 |
William A. Kennington III <wak@google.com> |
types: Migrate to stdplus ip
Change-Id: I777aa701204b0c4dbe5f0088cc2e6a4deb4f5d15 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
b7d6a1a7 |
| 17-Jun-2023 |
William A. Kennington III <wak@google.com> |
types: Migrate to stdplus EtherAddr
Change-Id: I1ec2cd0b57a9f02fe96bbe9a068d1a437805b43a Signed-off-by: William A. Kennington III <wak@google.com>
|
#
9c441fd4 |
| 24-Feb-2023 |
William A. Kennington III <wak@google.com> |
treewide: Ignore non-ethernet devices
These are not regular ethernet devices that use INET protocols. We can ignore them as they just produce journal spam otherwise.
Tested: Verified that our MCTP
treewide: Ignore non-ethernet devices
These are not regular ethernet devices that use INET protocols. We can ignore them as they just produce journal spam otherwise.
Tested: Verified that our MCTP interfaces are no longer reported as objects and that our NCSI and ETH interfaces are still added.
Change-Id: Idd5723e443b358fe76f039bcc4ce70390824094d Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
89d734b9 |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: Ia4966a0790437eb0fc011c747f3be2a52884e4d8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
9ede1b74 |
| 21-Nov-2022 |
William A. Kennington III <wak@google.com> |
treewide: Codify memory pinning
This enforces movability constraints.
Change-Id: I49dbd43a791c1d70eb7e97f30708231c053901d9 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
de70ccf6 |
| 20-Nov-2022 |
William A. Kennington III <wak@google.com> |
treewide: Move timers out of networkd lib scope
Change-Id: I5fd0fc70d007e0851329172b8421846a78016d57 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
13d665ca |
| 15-Nov-2022 |
William A. Kennington III <wak@google.com> |
ethernet_interface: Migrate object creation from network_manager
Change-Id: I861a7e7484b33bfc94fc30ff17fa27fca2b95bfa Signed-off-by: William A. Kennington III <wak@google.com>
|
#
5b17938c |
| 15-Nov-2022 |
William A. Kennington III <wak@google.com> |
treewide: Completely remove global refresh
We no longer need any of the global refresh code as we can dynamically receive all of the updates to network configuration.
Change-Id: Ia8cb3af827c599c17d
treewide: Completely remove global refresh
We no longer need any of the global refresh code as we can dynamically receive all of the updates to network configuration.
Change-Id: Ia8cb3af827c599c17d5df9fdddaf6cdc6546050d Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
454a0dee |
| 12-Nov-2022 |
William A. Kennington III <wak@google.com> |
types: Migrate all of the Info types
Change-Id: I00f4fdf6141aafc4552d61fa06f75275dea71b20 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
ffab00d0 |
| 07-Nov-2022 |
William A. Kennington III <wak@google.com> |
ethernet_interface: DHCP settings don't require refresh
Change-Id: I69c004117779be2b985a7a03a65040bc7a119786 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
434a943c |
| 04-Nov-2022 |
William A. Kennington III <wak@google.com> |
neighbor: Refactor object creation
Change-Id: Ic46d39f4717799ecce1c1fa84096f27e674e69a6 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
59e5b91d |
| 02-Nov-2022 |
William A. Kennington III <wak@google.com> |
ipaddress: Refactor object creation
Change-Id: Icae934e3dc88d596812b75a31598636ae7b95823 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
7784856d |
| 26-Oct-2022 |
William A. Kennington III <wak@google.com> |
test: Make mock syscalls take InterfaceInfo
This will make it easier to expand the parameters and plumb data through the mock.
Change-Id: I5ca015a0494c092d9d247bbb2b7d0122c5e58fd8 Signed-off-by: Wi
test: Make mock syscalls take InterfaceInfo
This will make it easier to expand the parameters and plumb data through the mock.
Change-Id: I5ca015a0494c092d9d247bbb2b7d0122c5e58fd8 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
fd862be8 |
| 09-Oct-2022 |
William A. Kennington III <wak@google.com> |
system_queries: Get Interface Info from netlink
This reduces all of the interface information probing down to a single netlink request for all the label + mac information needed to build an ethernet
system_queries: Get Interface Info from netlink
This reduces all of the interface information probing down to a single netlink request for all the label + mac information needed to build an ethernet interface.
If we ever plumb the ethernet stats into dbus, we can get that information with this same netlink code.
Change-Id: Ied8a73639dcd74bcfecda392905638573ab7970f Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
bb0eaccb |
| 21-Oct-2022 |
William A. Kennington III <wak@google.com> |
types: Flesh out address comparison and string formatting
Change-Id: Ib505232e15e8db012d07759163f780b00ea4b7d3 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
d298f93a |
| 17-Oct-2022 |
William A. Kennington III <wak@google.com> |
ethernet_interface: Refactor object creation args
We want to be able to pass a bunch of interface properties directly into interface instead of querying them directly. This will be used later for rt
ethernet_interface: Refactor object creation args
We want to be able to pass a bunch of interface properties directly into interface instead of querying them directly. This will be used later for rtnetlink enabled interface creation.
Change-Id: I93fbd460a8a54515e84c415f085548cb5528f231 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
003b8b79 |
| 06-Jan-2022 |
Asmitha Karunanithi <asmitk01@in.ibm.com> |
Set static & dhcp sent ntp server ip on ethernet obj
Currently there is no way to differentiate between the Static and DHCP assigned NTP servers at dbus
This commit adds StaticNTPServers peroperty
Set static & dhcp sent ntp server ip on ethernet obj
Currently there is no way to differentiate between the Static and DHCP assigned NTP servers at dbus
This commit adds StaticNTPServers peroperty to hold the static configuration of NTP servers. This is a read-write property. The existing NTPServer propery will hold both static and DHCP assigned NTP servers. This is a read-only property.
The static and dhcp sent ntp server details are present in the dbus object hosted by systemd-timesyncd service (mentioned in Tested By section).
In this change, networkd fetches the ntp server details from the timesyncd dbus object and set the "NTPServers" property with dhcp sent ip and "StaticNTPServers" will be set from the configuration file.
Tested By:
* Change the ntp server ips in dhcp config file & restart dhcpd * timesyncd dbus object contains the new list of ips as below:
busctl introspect org.freedesktop.timesync1 /org/freedesktop/timesync1 NAME TYPE SIGNATURE RESULT/VALUE FLAGS org.freedesktop.DBus.Introspectable interface - - - .Introspect method - s - org.freedesktop.DBus.Peer interface - - - .GetMachineId method - s - .Ping method - - - org.freedesktop.DBus.Properties interface - - - .Get method ss v - .GetAll method s a{sv} - .Set method ssv - - .PropertiesChanged signal sa{sv}as - - org.freedesktop.timesync1.Manager interface - - - .FallbackNTPServers property as 4 "time1.google.com" "time2.google.com"… const .Frequency property x 0 - .LinkNTPServers property as 1 "1.1.1.1" - .NTPMessage property (uuuuittayttttbtt) 0 0 0 0 0 0 0 4 0 0 0 0 0 1844453508490… emits-change .PollIntervalMaxUSec property t 2048000000 const .PollIntervalMinUSec property t 32000000 const .PollIntervalUSec property t 2048000000 - .RootDistanceMaxUSec property t 5000000 const .ServerAddress property (iay) 2 4 1 1 1 1 - .ServerName property s "1.1.1.1" - .SystemNTPServers property as 0 const
* Since network configuration has changed, the service restarts and ntp server details are loaded from timesyncd dbus object & config file, and are set in dbus objects hosted by networkd.
command: busctl introspect xyz.openbmc_project.Network /xyz/openbmc_project/network/eth0 busctl introspect xyz.openbmc_project.Network /xyz/openbmc_project/network/eth1
* Ethernet interface network config files will be updated with NTP=<ip addresses> under [Network]
command: cat /etc/systemd/network/00-bmc-eth0.network cat /etc/systemd/network/00-bmc-eth1.network
Signed-off-by: Asmitha Karunanithi <asmitk01@in.ibm.com> Change-Id: If8b1b3ed2afb531f179e00da173f6f86a1bf0c18
show more ...
|
#
9ecb90eb |
| 14-Oct-2022 |
William A. Kennington III <wak@google.com> |
test/ethernet_interface: Improve syscall test coverage
Change-Id: Ia71a030f2e2e19f2cc191992929ef08d0fa917c2 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
991a8e81 |
| 11-Oct-2022 |
William A. Kennington III <wak@google.com> |
ethernet_interface: Refactor object hashing
Change-Id: Ic1022410fea18be5508c8fa08a27e4ae1a2d51e0 Signed-off-by: William A. Kennington III <wak@google.com>
|