Skip to content

Commit

Permalink
Update network.rst
Browse files Browse the repository at this point in the history
Correct alias example
  • Loading branch information
nicolargo committed Jun 17, 2024
1 parent 1edaed5 commit 8c520e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/aoa/network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ virtual docker interface (docker0, docker1, ...):
# Automatically hide interface with no IP address (default is False)
hide_no_ip=True
# WLAN 0 alias
wlan0_alias=Wireless IF
alias=wlan0:Wireless IF
# It is possible to overwrite the bitrate thresholds per interface
# WLAN 0 Default limits (in bits per second aka bps) for interface bitrate
wlan0_rx_careful=4000000
Expand All @@ -64,4 +64,4 @@ Filtering is based on regular expression. Please be sure that your regular
expression works as expected. You can use an online tool like `regex101`_ in
order to test your regular expression.

.. _regex101: https://regex101.com/
.. _regex101: https://regex101.com/

0 comments on commit 8c520e1

Please sign in to comment.