diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-01 15:41:21 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-01 08:46:48 -0700 |
commit | ecac50cbf52b6baf2ae4e8814cf2c8a2f033acee (patch) | |
tree | 1f90a63ba448ceab8b156d89f6548feba6b4b71d /meta-networking/recipes-protocols/babeld | |
parent | ed334821c280cc0ca31166e64cf6c0adb971e31e (diff) | |
download | meta-openembedded-ecac50cbf52b6baf2ae4e8814cf2c8a2f033acee.tar.gz |
babeld: upgrade 1.12.2 -> 1.13.1
Changelog:
==========
* Implemented the per-interface option "probe-mtu", which automatically
discards links with a mis-configured MTU.
* Fixed a typo in the handing of the option "v4viav6".
* Removed diversity support and related configuration file directives.
* Optimised route redistribution. We now install just the route that the
kernel sent us rather than doing a full route dump on every change.
* Added optional delay to daemon shutdown; see the configuration option
"shutdown-delay-ms".
* Fixed compilation under BSD.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/babeld')
-rw-r--r-- | meta-networking/recipes-protocols/babeld/babeld_1.13.1.bb (renamed from meta-networking/recipes-protocols/babeld/babeld_1.12.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.12.2.bb b/meta-networking/recipes-protocols/babeld/babeld_1.13.1.bb index 03db5fc0b..a799ad197 100644 --- a/meta-networking/recipes-protocols/babeld/babeld_1.12.2.bb +++ b/meta-networking/recipes-protocols/babeld/babeld_1.13.1.bb | |||
@@ -13,7 +13,7 @@ LICENSE = "MIT" | |||
13 | LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754" | 13 | LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754" |
14 | 14 | ||
15 | SRC_URI = "gitsm://github.com/jech/babeld.git;protocol=https;branch=master" | 15 | SRC_URI = "gitsm://github.com/jech/babeld.git;protocol=https;branch=master" |
16 | SRCREV = "a9fba0e19ebde96cdc4edd35c5363f9e8139ab35" | 16 | SRCREV = "3d61ea1e843e2c5f9706c74d1adad4e1d24d44b9" |
17 | 17 | ||
18 | UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)" |
19 | 19 | ||