ttyS0
ttyS0
This PR is supposed to add traffic control netlink APIs, contexts, and its main handling parts to zebra.
### Issue Summary Strange rendering behaviour on Microsoft Edge ``` User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18363 ``` Here's a comparison of Microsoft...
### Steps to reproduce **Environment** ``` "vue": "^2.6.12", "vue-material": "^1.0.0-beta-15", "vue-router": "^3.4.9" ``` **Profile.vue** ```html Tab export default { methods: { onTabChanged(index) { console.log('changed'); } } }; ``` ***Route Setup***...
Linux wrt0 4.14.180 #0 Sat May 16 18:32:20 2020 mips GNU/Linux Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio (double int32) OpenSSL 1.1.1g 21 Apr 2020 **Problem details** If openssl.x509 is...
Hi, I'm just wondering if there is an easy way to read subject and extensions from a certificate. What I did to retrieve these is to: * for subject, x509:subject():get_text(identid)...
利用 lua-openssl 的 pkcs7 尝试解析一个 SCEP 协议中 signedData 的 CMS(PKCS#7) 包时,signer info 中没有相关的 attrs,对比 openssl 中 apps/pkcs7 的源代码后,发现缺少对 attrs 的解析,由于本身对 openssl 不太熟,不知道能否添加该功能。或者之后的某个空闲时间我自行 PR 来关闭该 issue。
Maintainer: me Compile tested: mipsel_24kc, YOUKU YK1, 21.02.1 Run tested: mipsel_24kc, YOUKU YK1, 21.02.1 ``` Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio (double int32) > for k, v in pairs(require('openssl'))...
This allows Zebra to manage QDISC, TCLASS, TFILTER in kernel and do cleaning jobs when it starts up. Daemons are able to manage them through ZAPI messages. ### New ZAPI...
Signed-off-by: Siger Yang Support reading pkey protected by a passphrase.
* Reproduce `say "伺服器不"` in console, and console messages will only display `say "伺器"`. Messages in chat scroll list have no problems in displaying them. * Beta on Linux ![Linux...