mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
docs(changelog): version 1.15.0 [citest skip]
Update changelog and .README.html for version 1.15.0 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
b7492a27ba
commit
4f1137415c
2 changed files with 32 additions and 9 deletions
24
.README.html
24
.README.html
|
|
@ -814,15 +814,21 @@ for multiple interfaces. For <code>initscripts</code>,
|
|||
<p>Static route configuration can be specified via a list of routes
|
||||
given in the <code>route</code> option. The default value is an empty
|
||||
list. Each route is a dictionary with the following entries:
|
||||
<code>network</code>, <code>prefix</code>, <code>gateway</code>,
|
||||
<code>metric</code> and <code>table</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>. Note that Classless
|
||||
inter-domain routing (CIDR) notation or network mask notation are not
|
||||
supported yet.</p></li>
|
||||
<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>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
|
||||
8 ip-route</a> for their definition. Routes with these types do not
|
||||
support a gateway. If the type is not specified, the route is considered
|
||||
as a unicast route. Note that the classless inter-domain routing(CIDR)
|
||||
notation or the network mask notation are not supported for the
|
||||
<code>network</code> key.</p></li>
|
||||
<li><p><code>routing_rule</code></p>
|
||||
<p>The policy routing rules can be specified via a list of rules given
|
||||
in the <code>routing_rule</code> option, which allow routing the packets
|
||||
|
|
|
|||
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -1,6 +1,23 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
[1.15.0] - 2024-01-16
|
||||
--------------------
|
||||
|
||||
### New Features
|
||||
|
||||
- feat: Support blackhole, prohibit and unreachable route types (#662)
|
||||
|
||||
### Other Changes
|
||||
|
||||
- ci: Use supported ansible-lint action; run ansible-lint against the collection (#661)
|
||||
- test: Skip running tests where initscripts is not supported (#663)
|
||||
- tests: Fix installing kernel module in Fedora (#664)
|
||||
- test: Fix wifi test failures (#665)
|
||||
- ci: Bump github/codeql-action from 2 to 3 (#666)
|
||||
- ci: Bump actions/setup-python from 4 to 5 (#667)
|
||||
- ci: Use new ansible-lint action, which requires collection format and 2.16 (#668)
|
||||
|
||||
[1.14.2] - 2023-12-08
|
||||
--------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue