commit | dd171479ddef6d2ac960ab75e6608e3c4529c9fc | [log] [tgz] |
---|---|---|
author | castroflavio <castro.flavio@gatech.edu> | Tue Dec 08 13:55:58 2015 -0500 |
committer | castroflavio <castro.flavio@gatech.edu> | Tue Dec 08 13:55:58 2015 -0500 |
tree | 73504f9fb375b5fb8f752d5b075f5b2230c3b103 | |
parent | c36621eb959fd064ff998a52cf1f22d46485133f [diff] [blame] |
Fixed spelling
diff --git a/ofdpa/accton_util.py b/ofdpa/accton_util.py index fabcab7..342800c 100755 --- a/ofdpa/accton_util.py +++ b/ofdpa/accton_util.py
@@ -163,7 +163,7 @@ return group_id_list, msgs -def add_one_l2_interface_grouop(ctrl, port, vlan_id=1, is_tagged=False, send_barrier=False): +def add_one_l2_interface_group(ctrl, port, vlan_id=1, is_tagged=False, send_barrier=False): # group table # set up untag groups for each port group_id = encode_l2_interface_group_id(vlan_id, port)