Skip to content

Commit 9cc2f41

Browse files
nikos-githubDenis Maslov
authored and
Denis Maslov
committed
[bgp]: Auto-completion, help (?), cmd navigation (up arrow) not working in vtysh on host system. (sonic-net#1124)
1 parent b06cce2 commit 9cc2f41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
docker exec -i bgp vtysh "$@"
2+
docker exec -it bgp vtysh "$@"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
docker exec -i bgp vtysh "$@"
2+
docker exec -it bgp vtysh "$@"

src/sonic-quagga

0 commit comments

Comments
 (0)