Skip to content

Commit

Permalink
Merge pull request #3865 from vyos/mergify/bp/circinus/pr-3860
Browse files Browse the repository at this point in the history
op_mode: T6596: pppoe operation command failed (backport #3860)
  • Loading branch information
c-po authored Jul 24, 2024
2 parents 79a7eec + 74e168a commit 1814379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/op_mode/connect_disconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def main():
group = parser.add_mutually_exclusive_group()
group.add_argument("--connect", help="Bring up a connection-oriented network interface", action="store_true")
group.add_argument("--disconnect", help="Take down connection-oriented network interface", action="store_true")
group.add_argument("--interface", help="Interface name", action="store", required=True)
parser.add_argument("--interface", help="Interface name", action="store", required=True)
args = parser.parse_args()

if args.connect or args.disconnect:
Expand Down

0 comments on commit 1814379

Please sign in to comment.