We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17208a0 commit f76f672Copy full SHA for f76f672
scripts/fdbshow
@@ -121,7 +121,7 @@ class FdbShow(object):
121
bvid_tlb[bvid] = vlan_id
122
if vlan_id is None:
123
# the situation could be faced if the system has an FDB entries,
124
- # which are linked to default Vlan(caused by untagged trafic)
+ # which are linked to default Vlan(caused by untagged traffic)
125
continue
126
except Exception:
127
vlan_id = bvid
0 commit comments