summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/network
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-01 03:02:02 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-11-04 04:41:12 +0300
commit71f614cf20acf4eafc2236e6bac9e81e7890ffd6 (patch)
treee65f645a8d3e7c23b3b90456b15c5f5557b01abe /meta-phosphor/recipes-phosphor/network
parent2390b1b6299fb1e57e6d9a94c287ce1c0b322376 (diff)
downloadopenbmc-71f614cf20acf4eafc2236e6bac9e81e7890ffd6.tar.xz
phosphor-networkd: srcrev bump f7dce2e866..6bf7a7d631
Ali El-Haj-Mahmoud (1): Treat link-local addresses as static when link local autoconfig is disabled. Asmitha Karunanithi (2): Set static & dhcp sent ntp server ip on ethernet obj Move dbus method call into try-catch block William A. Kennington III (26): netlink: Improve error output util: Don't directly include config_parser.hpp util: Fix mac truncation util: Refactor isValidPrefix to reduce address family re-use util: Remove unused toMask util: Refactor addrFromBuf util: isValidIP should be noexcept util: Refactor IP toString util: Add non-family isValidIP ethernet_interface: Simplify hwaddr string network_manager: Cleanup VLAN creation network_manager: Cleanup map type network_manager: Inline trivial functions network_manager: Allow direct access to interfaces ethernet_interface: Use string_umaps where sensible build: Cleanup subprojects and gitignore treewide: Clean up string parameters ipaddress: Remove obsolete gateway parameter ethernet_interface: Refactor object hashing ethernet_interface: Remove unused resolvconf file ethernet_interface: Always try ethtool as we handle unsupported ethernet_interface: Add error logging for ethtool queries ethernet_interface: Refactor ethtool querying test/ethernet_interface: Improve syscall test coverage treewide: Remove redundant inline vlan_interface: Remove interface name usage Change-Id: Ia9f3c8312333902c554cb8bed4e7e71faada0e3a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/network')
-rw-r--r--meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
index c12a8e2eee..10a87eb266 100644
--- a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
+++ b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
@@ -10,7 +10,7 @@ DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "phosphor-logging"
DEPENDS += "libnl"
DEPENDS += "stdplus"
-SRCREV = "f7dce2e866821caa28010ee5d869e01f0de905a4"
+SRCREV = "6bf7a7d631dc23a872d37478a52cb789b0b4a914"
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,,"