From: VZ Cambria Date: Thu, 2 Mar 2017 19:46:54 +0000 (-0500) Subject: update cni-quagga notes X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=5ce9ec6ab7571c7a1321e82236b010f001211bf1;p=cni.git update cni-quagga notes --- diff --git a/cni-quagga-bgp.txt b/cni-quagga-bgp.txt index afb04c0..8e1d848 100644 --- a/cni-quagga-bgp.txt +++ b/cni-quagga-bgp.txt @@ -1,5 +1,10 @@ +# Pick one of these, depending on maching you are using: +# + +sudo ip link add eth1p0 link eth1 type macvlan mode bridge sudo ip link add eth1p0 link em1 type macvlan mode bridge + sudo ip addr add 172.19.0.1/16 dev eth1p0 sudo ip link set eth1p0 up