On 01/30/2018 10:29 PM, Grant Taylor wrote:
Anyway, have fun with the PoC. Ask if you have any questions about what / why / how I did something.
Here's how I cleaned up the PoC in between tests. # vsctl del-br bri1 # vsctl del-br bri2 # ip netns del h1 # ip netns del h2 # ip netns del h3 # ip netns del h4 # ip netns del r1 # ip netns del r2 # ip netns del r3 I actually had the following long command, again because I'm lazy.# vim Desktop/GRE-NAT.sh && vsctl del-br bri1 && vsctl del-br bri2 && ip netns del h1 && ip netns del h2 && ip netns del h3 && ip netns del h4 && ip netns del r1 && ip netns del r2 && ip netns del r3 && source Desktop/GRE-NAT.sh
-- Grant. . . . unix || die
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature