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

net/if.py: refactor module #3905

Merged
merged 7 commits into from
Oct 9, 2024

Commits on Oct 9, 2024

  1. net/interface.py: refactor module

    Refactor the utils_net.py:
    1. Split net/if module from utils_net module.
    
    Signed-off-by: Houqi (Nick) Zuo <[email protected]>
    nickzhq committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    74839b6 View commit details
    Browse the repository at this point in the history
  2. net/ip.py: refactor module

    Refactor the utils_net.py:
    1. Split net/ip module from utils_net module.
    
    Signed-off-by: Houqi (Nick) Zuo <[email protected]>
    nickzhq committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fe55665 View commit details
    Browse the repository at this point in the history
  3. net/mac.py: refactor module

    Refactor the utils_net.py:
    1. Split net/mac module from utils_net module.
    
    Signed-off-by: Houqi (Nick) Zuo <[email protected]>
    nickzhq committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ded1c9a View commit details
    Browse the repository at this point in the history
  4. net/tap.py: refactor module

    Refactor the utils_net.py:
    1. Split net/tap module from utils_net module.
    
    Signed-off-by: Houqi (Nick) Zuo <[email protected]>
    nickzhq committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cfd2ac8 View commit details
    Browse the repository at this point in the history
  5. net/drivers/ovs.py: refactor module

    Refactor the utils_net.py:
    1. Split net_driver/ovs module from utils_net module.
    
    Signed-off-by: Houqi (Nick) Zuo <[email protected]>
    nickzhq committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    07b37ed View commit details
    Browse the repository at this point in the history
  6. net/drivers/macvtap.py: refactor module

    Refactor the utils_net.py:
    1. Split net_driver/macvtap module from utils_net module.
    
    Signed-off-by: Houqi (Nick) Zuo <[email protected]>
    nickzhq committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    edfc2a6 View commit details
    Browse the repository at this point in the history
  7. net/drivers/bridge.py: refactor module

    Refactor the utils_net.py:
    1. Split net_driver/bridge module from utils_net module.
    
    Signed-off-by: Houqi (Nick) Zuo <[email protected]>
    nickzhq committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d39a374 View commit details
    Browse the repository at this point in the history