jjqq
jjqq
I think the issue I mentioned happens like this: - BIRD got BGP peer info: host 100.z.z.z has an 192.168.x.x behind dev tunl0. - BIRD prepare an ip route of...
If my thought is correct, I guess I need find where the logic of > BIRD want to make sure that the 100.z.z.z is reachable, so BIRD check the kernel...
My static analysis shows that BIRD seems can not import following ECMP routes from protocol kernel ``` 100.z.z.z/m proto bgp src 100.117.134.89 metric 20 nexthop via inet6 fe80::920a:84ff:fe7e:f16c dev ens3f1.1037...
Fixed this issue in https://github.com/jjqq2013/calico-bird/commit/716e5451f93d4acffb44c501bb307610dc23e9bb. I have tested in an actual environment, seems works well. Sorry I don't have much time to create a complete PR.
The validatorUrl does not work, either null or above values. The validatorUrl is for another purpose: validate the swagger.json itself, instead of the input data check before clicking the execute...
I've been suffering this issue for half a year. Even for a normal size dns query, it is extremely slow, 30 seconds! ``` root@98f777f20ca9:/# cat /etc/resolv.conf # DNS requests are...
Having checked some source code, it seems the order of substeps is hardcoded in the source code, if that is true, then it is a problem. https://github.com/rancher/elemental-toolkit/blob/v2.3.0-dev/vendor/github.com/rancher/yip/pkg/executor/default.go#L97 ``` func (e...
It seems that mixing defining multiple `substeps` in a single step make things unclear, such as ``` name: "====test====1" stages: initramfs: - name: "test step1" files: ... commands: ... =>...
Added some documentation in PR https://github.com/rancher/elemental-toolkit/pull/2294
@m-ildefons Thank you so much for taking a look into this. I will modify the document. Your comments are very helpful.