From d9e85254afa408bf1bf7f4a6bc8b514ee423ae10 Mon Sep 17 00:00:00 2001 From: richm Date: Fri, 12 Jan 2024 21:15:19 +0000 Subject: [PATCH] Update README.html for latest --- docs/index.html | 24 +++++++++++++++--------- latest/README.html | 24 +++++++++++++++--------- 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/docs/index.html b/docs/index.html index 36f5dc7..8a1d2ef 100644 --- a/docs/index.html +++ b/docs/index.html @@ -814,15 +814,21 @@ for multiple interfaces. For initscripts,

Static route configuration can be specified via a list of routes given in the route option. The default value is an empty list. Each route is a dictionary with the following entries: -network, prefix, gateway, -metric and table. 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. Note that Classless -inter-domain routing (CIDR) notation or network mask notation are not -supported yet.

+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 +type key supports the values blackhole, +prohibit, and unreachable. See man +8 ip-route 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 +network key.

  • routing_rule

    The policy routing rules can be specified via a list of rules given in the routing_rule option, which allow routing the packets diff --git a/latest/README.html b/latest/README.html index 36f5dc7..8a1d2ef 100644 --- a/latest/README.html +++ b/latest/README.html @@ -814,15 +814,21 @@ for multiple interfaces. For initscripts,

    Static route configuration can be specified via a list of routes given in the route option. The default value is an empty list. Each route is a dictionary with the following entries: -network, prefix, gateway, -metric and table. 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. Note that Classless -inter-domain routing (CIDR) notation or network mask notation are not -supported yet.

  • +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 +type key supports the values blackhole, +prohibit, and unreachable. See man +8 ip-route 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 +network key.

  • routing_rule

    The policy routing rules can be specified via a list of rules given in the routing_rule option, which allow routing the packets