Skip to content

Commit

Permalink
Merge pull request #16653 from mheon/metric_docs
Browse files Browse the repository at this point in the history
[CI:DOCS] Add information on metrics to the `network create` docs
  • Loading branch information
openshift-merge-robot authored Nov 28, 2022
2 parents 40aefe9 + 2df0d9d commit ee8b6ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/markdown/podman-network-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ Set metadata for a network (e.g., --label mykey=value).

Set driver specific options.

All drivers accept the `mtu` option. The `mtu` option sets the Maximum Transmission Unit (MTU) and takes an integer value.
All drivers accept the `mtu` and `metric` options.
- `mtu`: Sets the Maximum Transmission Unit (MTU) and takes an integer value.
- `metric` Sets the Route Metric for the default route created in every container joined to this network. Accepts a positive integer value. Can only be used with the Netavark network backend.

Additionally the `bridge` driver supports the following options:
- `vlan`: This option assign VLAN tag and enables vlan\_filtering. Defaults to none.
Expand Down

0 comments on commit ee8b6ec

Please sign in to comment.