X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fcli%2Frest%2Fnetwork.py;fp=src%2Femuvim%2Fcli%2Frest%2Fnetwork.py;h=4f6a32d47dbf8cfd82ea4aeea59f343c9ad776d9;hb=a307071a43b4a060970d8bc36993ddd78e0e1e96;hp=86ed92b28b23414f0c72d84c1140ec6d24a2eb06;hpb=53d3c141d3fcd2e56e1dbc1cffd862b4f32010ff;p=osm%2Fvim-emu.git diff --git a/src/emuvim/cli/rest/network.py b/src/emuvim/cli/rest/network.py index 86ed92b..4f6a32d 100755 --- a/src/emuvim/cli/rest/network.py +++ b/src/emuvim/cli/rest/network.py @@ -117,7 +117,7 @@ parser.add_argument( "--match", "-m", dest="match", help="string holding extra matches for the flow entries") parser.add_argument( - "--bidirectional", "-b", dest="bidirectional", + "--bidirectional", "-b", dest="bidirectional", action='store_true', help="add/remove the flow entries from src to dst and back") parser.add_argument( "--cookie", "-c", dest="cookie",