Skip to content

Commit

Permalink
[bgp]: Auto-completion, help (?), cmd navigation (up arrow) not worki…
Browse files Browse the repository at this point in the history
…ng in vtysh on host system. (#1124) (#1227)
  • Loading branch information
Maslov Denis authored and lguohan committed Dec 11, 2017
1 parent 951849d commit fa8edce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockers/docker-fpm-frr/base_image_files/vtysh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker exec -i bgp vtysh "$@"
docker exec -it bgp vtysh "$@"
2 changes: 1 addition & 1 deletion dockers/docker-fpm-quagga/base_image_files/vtysh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker exec -i bgp vtysh "$@"
docker exec -it bgp vtysh "$@"
2 changes: 1 addition & 1 deletion src/sonic-quagga

0 comments on commit fa8edce

Please sign in to comment.