From 5ce9ec6ab7571c7a1321e82236b010f001211bf1 Mon Sep 17 00:00:00 2001 From: VZ Cambria Date: Thu, 2 Mar 2017 14:46:54 -0500 Subject: [PATCH] update cni-quagga notes --- cni-quagga-bgp.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.44.0