libos-nuse/net-next-nuse

generic config interface for NUSE stack

Closed this issue · 1 comments

ideas:

  1. proxy-based solution like microkernel server
    the server accept and dispatch which NUSE process is listening
  2. .conf based solution
  3. per-NUSE process UNIX domain socket (e.g., /var/run/nuse-1234-pid/RT_NETLINK)

currently, NUSEVIF (vif type) and nuse-(ifname) environmental variable is used.

  1. was introduced PR #12, so closed for a while.