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

Initial commit for cidr function #706

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

Commits on Oct 25, 2024

  1. Initial commit for cidr function

    Signed-off-by: Hendrik Saly <hendrik.saly@eliatra.com>
    salyh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9bd9ec8 View commit details
    Browse the repository at this point in the history
  2. Add inet.ipaddr library and implement basic cidr check

    Signed-off-by: Hendrik Saly <hendrik.saly@eliatra.com>
    salyh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    83730e0 View commit details
    Browse the repository at this point in the history
  3. Refactor for using lombok

    Signed-off-by: Hendrik Saly <hendrik.saly@eliatra.com>
    salyh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    77beed4 View commit details
    Browse the repository at this point in the history
  4. Add unittests

    Signed-off-by: Hendrik Saly <hendrik.saly@eliatra.com>
    salyh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    da15ca4 View commit details
    Browse the repository at this point in the history
  5. add check for mixed ip address types like ipv4 and ipv6; add test wit…

    …h exception runtime exception in case of a mixed adress type
    
    Signed-off-by: Jens Schmidt <jens.schmidt@eliatra.com>
    dr-lilienthal authored and salyh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    eaeaa09 View commit details
    Browse the repository at this point in the history
  6. Fix antlr

    Signed-off-by: Hendrik Saly <hendrik.saly@eliatra.com>
    salyh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ff5ba68 View commit details
    Browse the repository at this point in the history
  7. rename cird function cirdmatch

    Signed-off-by: Jens Schmidt <jens.schmidt@eliatra.com>
    dr-lilienthal authored and salyh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cf34bb0 View commit details
    Browse the repository at this point in the history