docs(changelog): version 1.16.0 [citest skip]

Update changelog and .README.html for version 1.16.0

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2024-08-09 11:32:53 -06:00 committed by Richard Megginson
parent 8195188d29
commit 5082921cf9
2 changed files with 20 additions and 6 deletions

View file

@ -829,12 +829,14 @@ for multiple interfaces. For <code>initscripts</code>,
given in the <code>route</code> option. The default value is an empty
list. Each route is a dictionary with the following entries:
<code>gateway</code>, <code>metric</code>, <code>network</code>,
<code>prefix</code>, <code>table</code> and <code>type</code>.
<code>network</code> and <code>prefix</code> specify the destination
network. <code>table</code> 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 <code>/etc/iproute2/rt_tables</code>
or <code>/etc/iproute2/rt_tables.d/*.conf</code>. The optional
<code>prefix</code>, <code>src</code>, <code>table</code> and
<code>type</code>. <code>network</code> and <code>prefix</code> specify
the destination network. <code>src</code> specifies the source IP
address for a route. <code>table</code> 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
<code>/etc/iproute2/rt_tables</code> or
<code>/etc/iproute2/rt_tables.d/*.conf</code>. The optional
<code>type</code> key supports the values <code>blackhole</code>,
<code>prohibit</code>, and <code>unreachable</code>. See <a
href="https://man7.org/linux/man-pages/man8/ip-route.8.html#DESCRIPTION">man

View file

@ -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
--------------------