Skip to content

Commit

Permalink
phosphor-networkd: downstream srcrev bump 1337f4bb06..63af40a588
Browse files Browse the repository at this point in the history
Asmitha Karunanithi (8):
  Add ethernet objects under hypervisor network obj
  Add DHCP functionalities to hypervisor eth interfaces
  Add ip address objects for each ethernet intf & UTs
  Add create, delete ip support & sync data w/ biostable
  Update BIOS table changes to the hypervisor dbus objects
  Persist "Enabled" property accross reboot
  Fix compilation issue (#51)
  Fix compilation issues (#55)

William A. Kennington III (72):
  types: Add hash function for IPs
  types: Simplify ostream operators
  types: hash_multi should take const refs
  types: Add constexpr endianness functions
  types: Add a type for interface addresses
  types: Add constexpr numeric decode
  types: Add constexpr ether_addr parser
  types: Add constexpr in_addr parser
  types: Better IPv6 RFC5952 support
  types: Add constexpr in6_addr parser
  types: Add constexpr InAddrAny / IfAddr parser
  types: Add constexpr int encoder
  types: Make all address conversion constexpr
  ipaddress: Refactor object creation
  ethernet_interface: Normalize IP for gateway
  ethernet_interface: Normalize IPs for nameservers
  util: Remove unused isValidPrefix
  neighbor: Refactor object creation
  util: Remove unused isValidIP
  util: Simplify addFromBuf
  ethernet_interface: Fix vlan return object
  rtnetlink_server: Avoid refreshing for gateway changes
  rtnetlink: Migrate IP functions
  rtnetlink_server: Don't refresh for addresses
  ethernet_interface: Reduce error spam for addrs
  rtnetlink: Migrate neighbor functions
  rtnetlink_server: Don't refresh for neighbors
  rtnetlink: Handle parsing errors more gracefully
  ethernet_interface: DHCP settings don't require refresh
  types: Migrate all of the Info types
  network_manager_main: Make sure errors sync to journal
  rtnetlink: Return neighbor even if addr is missing
  network_manager: Async query all interface states
  network_manager: Absorb all state change functions
  test/rtnetlink_server: Remove
  network_manager: Standardize add/remove interface
  network_manager: Support queueing additional interface data
  network_manager: Move interface validation
  rtnetlink: Add public interface parser
  rtnetlink_server: Add interfaces dynamically
  network_manager: Add addresses to undiscovered interfaces
  network_manager: Add neighbors to undiscovered interfaces
  network_manager: Add gateways to undiscovered interfaces
  rtnetlink_server: Dump all netlink data at startup
  ethernet_interface: Remove all other refreshes
  config_parser: Add support for checking file existence
  util: Reduce error messages for config options
  dhcp_configuration: Don't depend on interface queries
  ethernet_interface: Fix updating neighbor
  ethernet_interface: Update ethtool for interface updates
  network_manager: Don't log errors for ignored interfaces
  treewide: Completely remove global refresh
  routing_table: Remove obsolete code
  ethernet_interface: Fix updating sub objects
  ethernet_interface: Remove optional signal emission
  network_manager: Keep interface info around
  network_manager: Implement interface rename
  ethernet_interface: Migrate object creation from network_manager
  treewide: Cleanup signal emission
  system_configuration: Fix new hostname updates
  network_manager: Remove unhandled exception
  network_manager: Add reload post hooks
  system_queries: Add netlink based delete
  ethernet_interface: Fix updates without interface idx
  ethernet_interface: Fix VLAN delete
  ethernet_interface: Remove spurious reloads
  inventory_mac: Migrate code out of other places
  util: Remove charconv
  test/util: Simplify
  treewide: Move timers out of networkd lib scope
  treewide: Codify memory pinning
  main: Use workaround loop function

nkotania (2):
  Avoid looking for NTP servers from Systemd-Timesyncd in Manual mode (#54)
  fix Compilation issue (#56)

Brad Bishop (1):
  treewide: remove dependencies on mapper.target

Potin Lai (1):
  network_manager_main: add force-sync-mac option

Patrick Williams (5):
  sdbusplus: use shorter type aliases
  prettier: re-format
  beautysh: re-format
  gen: update due to sdbusplus-gen-meson change
  inventory_mac: fix inventory sync

Jian Zhang (1):
  util: Add data ptr check to avoid crash

Change-Id: I35e49ada45c2318fdec31827cffeb847ea67fe37
  • Loading branch information
rfrandse committed Mar 20, 2023
1 parent 053bf60 commit 49c0c9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "phosphor-logging"
DEPENDS += "libnl"
DEPENDS += "stdplus"
SRCREV = "1337f4bb0694ab58cf0243144fc71ce20ea4d03a"
SRCREV = "63af40a588eb483eaa0522d38136c923a80c5df8"
PACKAGECONFIG ??= "uboot-env default-link-local-autoconf default-ipv6-accept-ra persist-mac"
PACKAGECONFIG[uboot-env] = "-Duboot-env=true,-Duboot-env=false,,${UBOOT_ENV_RDEPENDS}"
PACKAGECONFIG[default-link-local-autoconf] = "-Ddefault-link-local-autoconf=true,-Ddefault-link-local-autoconf=false,,"
Expand Down

0 comments on commit 49c0c9f

Please sign in to comment.