Skip to content

Commit 964e67d

Browse files
authored
fix markdown
1 parent aca3e92 commit 964e67d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ Not all project in tikoci are containers. Projects below generally re-package, i
100100

101101
Various _maybe_ good examples of RouterOS scripting function:
102102

103-
* **[
104-
🧐 example of automating VLAN creation/removal/inspecting using $mkvlan/$rmvlan/$catvlan...](https://forum.mikrotik.com/viewtopic.php?t=214189&hilit=lsbridge#p1123276) - VLAN automation script on RouterOS to add L3 VLANs and manage bridge ports/vlans, scripts can be found in [autovlan.rsc](scripts/autovlan.rsc) which has the various $mkvlan, $rmvlan, $catvlan, ... function _(requires 7.17+)_. With a prototype script for "visualizing the bridge": [lsbrdige.rsc](scripts/lsbridge.rsc) _(requires 7.18+)_
103+
* **[🧐 example of automating VLAN creation/removal/inspecting using $mkvlan/$rmvlan/$catvlan...](https://forum.mikrotik.com/viewtopic.php?t=214189&hilit=lsbridge#p1123276)** - VLAN automation script on RouterOS to add L3 VLANs and manage bridge ports/vlans, scripts can be found in [autovlan.rsc](scripts/autovlan.rsc) which has the various $mkvlan, $rmvlan, $catvlan, ... function _(requires 7.17+)_. With a prototype script for "visualizing the bridge": [lsbrdige.rsc](scripts/lsbridge.rsc) _(requires 7.18+)_
105104

106105
* **[`$PIANO`](https://forum.mikrotik.com/viewtopic.php?p=1058665)** - interactive "player piano" & studio-quality recorder using :beep
107106

0 commit comments

Comments
 (0)