Skip to content

Commit

Permalink
fixed - mikrotik routerosv7 output
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankowlaser committed Nov 27, 2023
1 parent c569e30 commit 96f5fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/reference/routeros7--4.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/routing filter rule add chain="NN-V4" rule="if (dst=192.31.196.0/24) {accept}"
/routing filter rule add chain="NN-V4" rule="if (dst=192.175.48.0/24) {accept}"
/routing filter rule add chain="NN-V4" rule="if (dst==192.31.196.0/24) {accept}"
/routing filter rule add chain="NN-V4" rule="if (dst==192.175.48.0/24) {accept}"
4 changes: 2 additions & 2 deletions tests/reference/routeros7--6.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/routing filter rule add chain="NN-V6" rule="if (dst=2001:4:112::/48) {accept}"
/routing filter rule add chain="NN-V6" rule="if (dst=2620:4f:8000::/48) {accept}"
/routing filter rule add chain="NN-V6" rule="if (dst==2001:4:112::/48) {accept}"
/routing filter rule add chain="NN-V6" rule="if (dst==2620:4f:8000::/48) {accept}"

0 comments on commit 96f5fd2

Please sign in to comment.