-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed - mikrotik routerosv7 output (#103)
* fixed - mikrotik routerosv7 output * fixed - mikrotik routerosv7 output --------- Co-authored-by: dkayza-xxx <[email protected]>
- Loading branch information
1 parent
a287522
commit 3d2eed5
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |