Skip to content

Commit 5082921

Browse files
committed
docs(changelog): version 1.16.0 [citest skip]
Update changelog and .README.html for version 1.16.0 Signed-off-by: Rich Megginson <[email protected]>
1 parent 8195188 commit 5082921

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

.README.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -829,12 +829,14 @@ <h2 id="ip"><code>ip</code></h2>
829829
given in the <code>route</code> option. The default value is an empty
830830
list. Each route is a dictionary with the following entries:
831831
<code>gateway</code>, <code>metric</code>, <code>network</code>,
832-
<code>prefix</code>, <code>table</code> and <code>type</code>.
833-
<code>network</code> and <code>prefix</code> specify the destination
834-
network. <code>table</code> supports both the numeric table and named
835-
table. In order to specify the named table, the users have to ensure the
836-
named table is properly defined in <code>/etc/iproute2/rt_tables</code>
837-
or <code>/etc/iproute2/rt_tables.d/*.conf</code>. The optional
832+
<code>prefix</code>, <code>src</code>, <code>table</code> and
833+
<code>type</code>. <code>network</code> and <code>prefix</code> specify
834+
the destination network. <code>src</code> specifies the source IP
835+
address for a route. <code>table</code> supports both the numeric table
836+
and named table. In order to specify the named table, the users have to
837+
ensure the named table is properly defined in
838+
<code>/etc/iproute2/rt_tables</code> or
839+
<code>/etc/iproute2/rt_tables.d/*.conf</code>. The optional
838840
<code>type</code> key supports the values <code>blackhole</code>,
839841
<code>prohibit</code>, and <code>unreachable</code>. See <a
840842
href="https://man7.org/linux/man-pages/man8/ip-route.8.html#DESCRIPTION">man

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
[1.16.0] - 2024-08-09
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: Add the support for the optional route source parameter in nm provider (#714)
10+
11+
### Other Changes
12+
13+
- ci: Add workflow for ci_test bad, use remote fmf plan (#712)
14+
- ci: Fix missing slash in ARTIFACTS_URL (#713)
15+
416
[1.15.6] - 2024-08-01
517
--------------------
618

0 commit comments

Comments
 (0)