Skip to content

Commit

Permalink
docs(changelog): version 1.16.0 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 1.16.0

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Aug 9, 2024
1 parent 8195188 commit 5082921
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -829,12 +829,14 @@ <h2 id="ip"><code>ip</code></h2>
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
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
--------------------

Expand Down

0 comments on commit 5082921

Please sign in to comment.