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

Ponad and CNI plugin #7

Merged
merged 36 commits into from
Aug 29, 2024
Merged

Ponad and CNI plugin #7

merged 36 commits into from
Aug 29, 2024

Commits on Aug 27, 2024

  1. change directory structure

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    09fde88 View commit details
    Browse the repository at this point in the history
  2. fix Dockerfiles

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c6ea953 View commit details
    Browse the repository at this point in the history
  3. add protobuf

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1cacc45 View commit details
    Browse the repository at this point in the history
  4. [WIP] add ponad

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3b03d05 View commit details
    Browse the repository at this point in the history
  5. [WIP] implementing ponad

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d665447 View commit details
    Browse the repository at this point in the history
  6. [WIP] ponad Add

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d7b635f View commit details
    Browse the repository at this point in the history
  7. [WIP] implementing ponad

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c654629 View commit details
    Browse the repository at this point in the history
  8. implemented collectDestinationsForEgress

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    15fd836 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. add pkg/cni

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a5a4a9f View commit details
    Browse the repository at this point in the history
  2. [WIP] Add

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e3d6b2d View commit details
    Browse the repository at this point in the history
  3. [WIP] add nat client

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ebbc3f7 View commit details
    Browse the repository at this point in the history
  4. [WIP] nc

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ee3d113 View commit details
    Browse the repository at this point in the history
  5. [WIP] implement updateroutes

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ab0840b View commit details
    Browse the repository at this point in the history
  6. [WIP] UpdateRoutes

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e865a5c View commit details
    Browse the repository at this point in the history
  7. implemented nat client

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    61977a7 View commit details
    Browse the repository at this point in the history
  8. implement Add

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5aeadc9 View commit details
    Browse the repository at this point in the history
  9. [WIP] add pona cni

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3e7872e View commit details
    Browse the repository at this point in the history
  10. add netip utility test

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e33d5ce View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. [WIP] implementing cni add

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a88ebdc View commit details
    Browse the repository at this point in the history
  2. implement pona cmdAdd

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8f59337 View commit details
    Browse the repository at this point in the history
  3. implement pona & create pona-installer

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dd9a820 View commit details
    Browse the repository at this point in the history
  4. [WIP] pona-installer

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b8b15aa View commit details
    Browse the repository at this point in the history
  5. implement installer

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b5a2b1a View commit details
    Browse the repository at this point in the history
  6. use netns

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2f6319c View commit details
    Browse the repository at this point in the history
  7. [WIP] ponad debugging

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    80cbe71 View commit details
    Browse the repository at this point in the history
  8. fix netiputil

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a141c87 View commit details
    Browse the repository at this point in the history
  9. coil -> pona

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5a93bde View commit details
    Browse the repository at this point in the history
  10. add version

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    65df053 View commit details
    Browse the repository at this point in the history
  11. check-generate

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cf1b35e View commit details
    Browse the repository at this point in the history
  12. update protoc-gen-go

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    22e669f View commit details
    Browse the repository at this point in the history
  13. change error

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    71c0c03 View commit details
    Browse the repository at this point in the history
  14. rm unused env

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    88b24ef View commit details
    Browse the repository at this point in the history
  15. rm unused conf

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f911e66 View commit details
    Browse the repository at this point in the history
  16. add addthrow error

    Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
    walnuts1018 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    87e8e5b View commit details
    Browse the repository at this point in the history
  17. fix throw route failure

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    29f7674 View commit details
    Browse the repository at this point in the history
  18. fix localip config

    Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
    gotti committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c3604fa View commit details
    Browse the repository at this point in the history