MCPcopy Create free account
hub / github.com/apache/mesos / setUp

Function setUp

src/linux/routing/link/link.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241
242
243Try<bool> setUp(const string& link)
244{
245 return internal::set(link, IFF_UP);
246}
247
248
249Try<bool> setMAC(const string& link, const net::MAC& mac)

Callers 2

TEST_FFunction · 0.85
isolateMethod · 0.85

Calls 1

setFunction · 0.70

Tested by 1

TEST_FFunction · 0.68