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. (sonic-net#1124)
  • Loading branch information
nikos-github authored and Denis Maslov committed Dec 11, 2017
1 parent b06cce2 commit 9cc2f41
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 9cc2f41

Please sign in to comment.