diff --git a/.README.html b/.README.html index 8079d60..0dc6008 100644 --- a/.README.html +++ b/.README.html @@ -829,12 +829,14 @@ for multiple interfaces. For initscripts, given in the route option. The default value is an empty list. Each route is a dictionary with the following entries: gateway, metric, network, -prefix, table and type. -network and prefix specify the destination -network. table supports both the numeric table and named -table. In order to specify the named table, the users have to ensure the -named table is properly defined in /etc/iproute2/rt_tables -or /etc/iproute2/rt_tables.d/*.conf. The optional +prefix, src, table and +type. network and prefix specify +the destination network. src specifies the source IP +address for a route. table supports both the numeric table +and named table. In order to specify the named table, the users have to +ensure the named table is properly defined in +/etc/iproute2/rt_tables or +/etc/iproute2/rt_tables.d/*.conf. The optional type key supports the values blackhole, prohibit, and unreachable. See man diff --git a/CHANGELOG.md b/CHANGELOG.md index efd50ea..44944b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +[1.16.0] - 2024-08-09 +-------------------- + +### New Features + +- feat: Add the support for the optional route source parameter in nm provider (#714) + +### Other Changes + +- ci: Add workflow for ci_test bad, use remote fmf plan (#712) +- ci: Fix missing slash in ARTIFACTS_URL (#713) + [1.15.6] - 2024-08-01 --------------------