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

luci-mod-network: add support for netifd bonding device #7086

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

Commits on Apr 26, 2024

  1. luci-mod-network: interfaces.js rename ifname_multi to ifname_multi-b…

    …ridge
    
    This is to prepare for tho bonding implementation,
     two configuration nodes cannot share the same name.
    
    Probably a more unique and precise naming would be better.
    
    Signed-off-by: hitech95 <[email protected]>
    hitech95 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    aad9441 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. luci-mod-network: add support for bonding device in netifd

    netifd support for bonding devices has been added in commit 5ba9744,
     the other way to have bonding available in luci was via the luci-proto-bonding
     a and its proto-bonding dependency.
    
    This method forces to have an IP address on a bond interface
     due to a netifd limitation. This can causes some issues if you want
     to bridge an ethernet port and a bond.
    
    This patch aim to have the proto device to be configurable not
     as an interface protocol but as a device.
    
    Signed-off-by: hitech95 <[email protected]>
    hitech95 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9d844d3 View commit details
    Browse the repository at this point in the history