diff options
author | Nicolas Hennion <nicolashennion@gmail.com> | 2024-06-17 13:40:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 13:40:11 +0200 |
commit | 8c520e1d94f018440eb543d6b040450a7762c51b (patch) | |
tree | ee0a527be16524448cdd7bf90863f21a688a6e3e | |
parent | 1edaed52de26645c7cf5d23b5cc73388ed981ca3 (diff) |
Update network.rst
Correct alias example
-rw-r--r-- | docs/aoa/network.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/aoa/network.rst b/docs/aoa/network.rst index d6b02d91..8359ad0e 100644 --- a/docs/aoa/network.rst +++ b/docs/aoa/network.rst @@ -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 @@ -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/
\ No newline at end of file +.. _regex101: https://regex101.com/ |