contiv / ofnet

Ofnet is openflow networking library
Other
79 stars 73 forks source link

Fix issue 89 #90

Closed mhrobinson closed 7 years ago

mhrobinson commented 7 years ago

Fix missing nil check in vrouter.AddEndpoint

Signed-off-by: Mike Robinson mikerob@cisco.com

mhrobinson commented 7 years ago

It looks like there's something wrong with the automation environment; it can't find vagrant:

vagrant box update
make: vagrant: Command not found
Makefile:9: recipe for target 'update' failed
make: *** [update] Error 127
Build step 'Execute shell' marked build as failure
unclejack commented 7 years ago

@mhrobinson: Thank you for letting us know. It's running now.

jojimt commented 7 years ago

LGTM. Thanks for taking care of this @mhrobinson

mhrobinson commented 7 years ago

Thanks @unclejack for fixing the env and @jojimt for merging it.