diff options
author | Christian Hesse <mail@eworm.de> | 2023-04-04 19:22:44 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-04-04 19:24:32 +0200 |
commit | 8edf694b54277404869a81cd7a01fb9abe0f4e0d (patch) | |
tree | 232569c008905f7a4c95353792bc3cfe9f506e32 /mod | |
parent | b6f9094c3d09360f06adda67b453bbfbf54dc7ec (diff) |
mod/ipcalc: link documentation
Diffstat (limited to 'mod')
-rw-r--r-- | mod/ipcalc.rsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/ipcalc.rsc b/mod/ipcalc.rsc index 92e246f..ee78378 100644 --- a/mod/ipcalc.rsc +++ b/mod/ipcalc.rsc @@ -2,6 +2,9 @@ # RouterOS script: mod/ipcalc # Copyright (c) 2020-2023 Christian Hesse <mail@eworm.de> # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md +# +# ip address calculation +# https://git.eworm.de/cgit/routeros-scripts/about/doc/mod/ipcalc.md :global IPCalc; :global IPCalcReturn; |