Fbsubnet+l+new -

curl -sSL https://get.fbsubnet.io/agent | sh systemctl enable fbsubnet-l-agent systemctl start fbsubnet-l-agent Create a policy file policies.yaml to define which flows generate new subnets.

"It's just VXLAN with a new name." Reality: VXLAN encapsulates Layer 2 over Layer 3. Fbsubnet+l+new encapsulates flows and dynamically generates the subnet mask, which VXLAN cannot do. fbsubnet+l+new

docker run -d --name fbsubnet-ctrl \ -e MODE="L-NEW" \ -p 8080:8080 \ fbsubnet/l-controller:latest On each host (hypervisor, VM, or bare metal), install the L+ agent. curl -sSL https://get