#
297a63b4 |
| 03-Mar-2025 |
Patrick Williams <patrick@stwcx.xyz> |
meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: Id6689611fac6b9b90d1ed3539fee57506412843c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
#
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>
|
#
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 ...
|
#
aac4b22f |
| 12-Nov-2022 |
William A. Kennington III <wak@google.com> |
test/rtnetlink_server: Remove
There is now minimal interesting code in this object, with all of the testability pushed to netlink parsing code and network_manager.
Change-Id: I3be1571898e430df30463
test/rtnetlink_server: Remove
There is now minimal interesting code in this object, with all of the testability pushed to netlink parsing code and network_manager.
Change-Id: I3be1571898e430df30463d8c5dc3d7785fa23051 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
a8426902 |
| 07-Nov-2022 |
William A. Kennington III <wak@google.com> |
rtnetlink: Migrate neighbor functions
Change-Id: I697f3d70f327f5d1d5e104dc7e4a2af528bf2b6e Signed-off-by: William A. Kennington III <wak@google.com>
|
#
6a92363e |
| 06-Nov-2022 |
William A. Kennington III <wak@google.com> |
rtnetlink: Migrate IP functions
Change-Id: I4c87b59306911df4c5a73e441b2b962fbaab072c Signed-off-by: William A. Kennington III <wak@google.com>
|
#
09f3a4ad |
| 25-Oct-2022 |
William A. Kennington III <wak@google.com> |
ethernet_interface: Merge VLAN into EthernetInterface
This simplifies the ethernet interface as it codepended on the vlan interface to make VLANs. It also removes the naming dependency and tracks VL
ethernet_interface: Merge VLAN into EthernetInterface
This simplifies the ethernet interface as it codepended on the vlan interface to make VLANs. It also removes the naming dependency and tracks VLANs by adapter type and parent indexes.
Change-Id: I8db09cc2474472e6d4a06c6be5cf0440ee48d132 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>
|
#
c2e5e0e9 |
| 22-Apr-2019 |
William A. Kennington III <wak@google.com> |
ipaddress: Parse from netlink
This improves on the old code for enumerating IP addresses by allowing the application of filtering rules prior to listing out the IPs. The netlink interface provides t
ipaddress: Parse from netlink
This improves on the old code for enumerating IP addresses by allowing the application of filtering rules prior to listing out the IPs. The netlink interface provides the information in a more direct form with less superfluous enumeration of data about the address.
This will be required to determine deprecated / dynamic addresses from static ones with IPv6.
Change-Id: I8ff2408b58921a82fd556d8ed08c203171c88035 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
7ba2d560 |
| 02-Aug-2022 |
William A. Kennington III <wak@google.com> |
test: Fix valgrind execution
We need to invoke valgrind inside of the bash wrapper instead of outside
Change-Id: Ibc5ee18d88aa697c43a232cff90ee1c989ab36ef Signed-off-by: William A. Kennington III <
test: Fix valgrind execution
We need to invoke valgrind inside of the bash wrapper instead of outside
Change-Id: Ibc5ee18d88aa697c43a232cff90ee1c989ab36ef Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
84bfe679 |
| 13-Jul-2022 |
William A. Kennington III <wak@google.com> |
test: Always create unique tmpdirs
This ensures our tests always have clear temporary directories to store their files.
Change-Id: Ib755c4a9407b1e1925b34ae1537eb234542133b0 Signed-off-by: William A
test: Always create unique tmpdirs
This ensures our tests always have clear temporary directories to store their files.
Change-Id: Ib755c4a9407b1e1925b34ae1537eb234542133b0 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
a6c07570 |
| 05-May-2022 |
Asmitha Karunanithi <asmitk01@in.ibm.com> |
Add testcases for hypervisor nw manager
This commit includes three changes: 1. Add testcases for hypervisor nw manager 2. Removal of vmi_if_count support, as it is no longer available in the bios
Add testcases for hypervisor nw manager
This commit includes three changes: 1. Add testcases for hypervisor nw manager 2. Removal of vmi_if_count support, as it is no longer available in the bios table 3. Add methods to set default values to bios table attributes
Tested.
Signed-off-by: Asmitha Karunanithi <asmitk01@in.ibm.com> Change-Id: I78397f653658c88097e4566632b0ce36c7b3861b
show more ...
|
#
fc3aff91 |
| 29-May-2021 |
William A. Kennington III <wak@google.com> |
build: test: Fix missing variable
This was incorrectly copied from another repo.
Change-Id: I6ca56fef6205733f86f053110e06481b53636677 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
0a01b2a9 |
| 13-May-2021 |
William A. Kennington III <wak@google.com> |
build: Add meson build
Change-Id: Id01834cf0b6580b7e6f6fa195b4a547fd03222ce Signed-off-by: William A. Kennington III <wak@google.com>
|