Skip to content

Commit 035c09b

Browse files
author
Josh Bailey
committed
macvlan mode default should be vepa.
1 parent f0c3b7d commit 035c09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clib/mininet_test_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ def get_mac_of_intf(host, intf):
17691769
'head -1',
17701770
'xargs echo -n'))).lower()
17711771

1772-
def add_macvlan(self, host, macvlan_intf, ipa=None, ipm=24, mac=None, mode='bridge'):
1772+
def add_macvlan(self, host, macvlan_intf, ipa=None, ipm=24, mac=None, mode='vepa'):
17731773
if mac is None:
17741774
mac = ''
17751775
else:

0 commit comments

Comments
 (0)