Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement firewall address-list output for MikroTik #101

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 22, 2023

  1. Add .gitignore

    Derived from https://github.com/github/gitignore/blob/main/Autotools.gitignore
    with extra entries for build artifacts.
    
    Signed-off-by: Jiaxun Yang <[email protected]>
    FlyGoat committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7050450 View commit details
    Browse the repository at this point in the history
  2. Implement firewall address-list output for MikroTik

    In RouterOS v7 we can setup filters based on firewall address-list.
    Thus output prefixes into address-list can be very useful.
    Semantics of firewall address-list remain the same in RouterOS v6
    as well.
    
    -E option is selected for firewall address-list function.
    
    Ref: https://help.mikrotik.com/docs/display/ROS/Address-lists
    
    Signed-off-by: Jiaxun Yang <[email protected]>
    FlyGoat committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ddb7720 View commit details
    Browse the repository at this point in the history