bmx-routing / bmx7

BMX7 / SEMTOR Securely Entrusted Mesh Routing Protocol
GNU General Public License v2.0
63 stars 15 forks source link

MLC refactor #51

Open luserx0 opened 5 years ago

luserx0 commented 5 years ago

@aparcar We have done some discussions and Paul has put into work mlc-ng.

Currently Mesh Linux Containers offer three capabilities:

From these I have observed three results:

  1. I have no idea how and whether the openwrt support still works,
  2. lxc1 (which can be observed here is neither able to be resolved in newer KUbuntus and Debian (these I've tested on) and I found success into working with MLC not with lxc v1.0 or even v1.1, but with https://github.com/lxc/lxc/tree/stable-2.1
  3. The mlc-setup-host.sh script uses some true/false flags at the bottom, which I have slight clues of how they might work

I believe that at the very least MLC should be reworked on its own and periodically port functionality to mlc-ng. MLC-ng should be the ultimate goal, because of it's potential of adding CI/CD workflows in BMX7.

At last, I think mlc is an integral part of bmx7 development and the two should go hand in hand