Merge "Some typos need to be fixed"
This commit is contained in:
commit
cbd13373ab
@ -279,7 +279,7 @@ class SGApp(df_base_app.DFlowApp):
|
||||
# not support yet
|
||||
dl_type_match["eth_type"] = ether.ETH_TYPE_IPV6
|
||||
else:
|
||||
LOG.error(_LE("wrong ethernet type"))
|
||||
LOG.error(_LE("wrong Ethernet type"))
|
||||
|
||||
for port_match in port_match_list:
|
||||
parameters_merge = dl_type_match.copy()
|
||||
|
@ -264,7 +264,7 @@ def parse_args():
|
||||
'debug information in realtime')
|
||||
parser.add_argument('--fails', '-f', action='store_true',
|
||||
dest='post_fails', help='Print failure debug '
|
||||
'information after the stream is proccesed')
|
||||
'information after the stream is proccessed')
|
||||
parser.add_argument('--failonly', action='store_true',
|
||||
dest='failonly', help="Don't print success items",
|
||||
default=(
|
||||
|
Loading…
Reference in New Issue
Block a user