Chunhui Ouyang

Results 139 comments of Chunhui Ouyang

https://dev.packages.vyos.net/ 是否可以从如下地址镜像? ![图片](https://user-images.githubusercontent.com/9047180/103123417-3eb9e480-46bf-11eb-90fa-2d1e8b1c891c.png)

而ISO,可以考虑镜像rolling即可

note: https://github.com/ustclug/mirrorrequest/issues/284

@Songxwn 可以来QQ聊一下吗?

您好,请在国际社区使用英文

> ``` > root@r14:/home/vyos# ./bridge.py > File "/home/vyos/./bridge.py", line 208 > else if detail: > ^ > SyntaxError: invalid syntax > root@r14:/home/vyos# > ``` done

> > > ``` > > > root@r14:/home/vyos# ./bridge.py > > > File "/home/vyos/./bridge.py", line 208 > > > else if detail: > > > ^ > > > SyntaxError:...

done > The convention for translating op-mode functions 'show_*' to API commands is the Pascal case of function_name + file_name, so in this case, 'show_bridge' would define an API query:...

> The logic of show_detail needs an adjustment: if you look at python/vyos/opmode.py 'run', the common scenario is to provide a default for 'formatted_output' if 'raw' is False --- this...