Merge pull request #1239 from mazunki/default-gateway

Added support for {gwaddr} as a variable
This commit is contained in:
Alex
2021-09-18 13:47:32 +02:00
committed by GitHub
5 changed files with 17 additions and 4 deletions

View File

@ -131,6 +131,8 @@ Addressed by *network*
*{ipaddr}*: The first IP of the interface.
*{gwaddr}*: The default gateway for the interface
*{netmask}*: The subnetmask corresponding to the IP.
*{cidr}*: The subnetmask corresponding to the IP in CIDR notation.