-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[sonic-cli] add sonic-cli which is based on vtysh. #275
base: master
Are you sure you want to change the base?
Conversation
how to build this one? |
Guohan, Build commands: There is another pull request on sonic-buildimage: |
Hi YongCan, I would like to participate this effort and make contributions. Please add me as the member and let me know what areas of tasks that I can be of help. Thanks |
Hi JohnFanDNI, appreciate your contributions. I will send out another pull request to support FRR in weeks. There are still many commands supported on sonic click CLI but not here, maybe you can help to support them. |
Hi YongCan,I have some troubles in building this one. When I run command make package, it shows |
Hi Xiongjihai,
Please check 0002-Fix-libtac2-bin-install-directory-error.patch in src/tacacs/pam/.
BRS,
Yongcan
发件人: xiongjihai <notifications@github.com>
答复: Azure/sonic-utilities <reply@reply.github.com>
日期: 2018年12月26日星期三 下午3:29
收件人: Azure/sonic-utilities <sonic-utilities@noreply.github.com>
抄送: "王永灿(大本)" <yongcan.wyc@alibaba-inc.com>, Author <author@noreply.github.com>
主题: Re: [Azure/sonic-utilities] [sonic-cli] add sonic-cli which is based on vtysh. (#275)
Hi YongCan,I have some troubles in building this one. When I run command make package, it shows
"fatal error: libtac/libtac.h: No such file or directory". I can't find this file or directory in your sonic-cli directory,could you please tell me what's going wrong?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi, Yongcan |
Hi,Yongcan
|
Hi Yongcan, |
Are we planning to go ahead with this PR? |
Update sonic-linux-kernel submodule to updated 202012 branch. This brings in the following commits.... ``` e97f9fc [202012] Add upstreamed patches which backport support for registers for CPLD PNs (sonic-net#275) 58abcdc Merge pull request sonic-net#267 from Staphylo/202012-log-buf-len 3f16f4f Merge pull request sonic-net#268 from Staphylo/202012-emmc-fixes a120ae7 Apply kernel patches to fix emmc unreliability 5f4a3f3 Increase log_buf_len to 1M for all architecture ```
- What I did
A new CLI ram which is based on vtysh.
- How I did it
(1) This CLI is running on host environment.
(2) Wrapping on current CLI to reuse it.
(3) It is developing based on VTYSH and support all commands of Quagga or FRR.
(4) Do command authorization by remote Tacacs+ server.
- How to verify it
Type 'cli' on linux.