Skip to content
Snippets Groups Projects

mox: Add all lan interfaces to LAN on MOX

Merged Michal Hrusecky requested to merge hotfix/mox-ifaces into hbk
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
233 233 done
234 234 ;;
235 235 +cznic,turris-mox)
236 + ucidef_set_interface_lan "lan0 lan1 lan2 lan3"
236 + ucidef_set_interface_lan "$(cd /sys/class/net/; echo lan*)"
  • Contributor

    Oh god this is terrible code.. really. Sorry. It is nice in terms of shell abuse but eh..

    I am in the end ok with it here as it makes it very short. Clean version would be really long.

  • Please register or sign in to reply
  • Karel Koci approved this merge request

    approved this merge request

  • Karel Koci added 2 commits

    added 2 commits

    • 62b88ab7 - 1 commit from branch hbk
    • 46695f23 - mox: Add all lan interfaces to LAN on MOX

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading