By default cli-shell-api showCfg is level-aware, and the script indeed did not use the option for supressing it.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 28 2018
Indeed, the original script only took the first word, rather than all words after "filter".
Oct 25 2018
Oct 24 2018
Oct 21 2018
While I agree that our scripts should be less dependent on interface names, I'm not sure if we should support so called "predictable" interface names, since for the users they are anything but predictable. Definitely not in 1.2.0
bmon was always there, it's in the dependencies of vyos-1x.
I've made a workaround for it. I've also reported the root cause to FRR: https://github.com/FRRouting/frr/issues/3215
Luckily it never actually made it to 1.1.8 because the commands are badly broken. ;)
FRR appears to include this fix already, so this should be automatically fixed.
This issue appears to no longer be reproducible.
It appears to work now:
Nightly builds are not signed... for better or worse. It wouldn't be too hard to automatically sign them with the development key, but should we?
This wasn't reproducible for quite a while, retroactively moving to rc1 since it was our first milestone with an official release.
Hi Chris,
I couldn't reproduce it in rc3, as stated. Please retest, and if you still get the error, we'll need to figure out the reproducing steps.
The root cause is that Quagga and FRR 5.1-dev didn't mind changing settings for non-existent interfaces, but FRR 6.1-dev does. The "ip source-validation" should have always been affected though.
@Merijn I could not reproduce the issue with any of my configs, so I can only suggest two options: either you can make an anonymized version of your config with all AS and network values replaced with those from private ranges (but please make sure the issue is still reproducible with that config); or you can send the actual config to me privately under a promise not to share it with anyone or a formal NDA.
Oct 18 2018
Oct 17 2018
My attempt to use github's editing GUI didn't go well, sorry for the poor commit description.
Oh, sorry, I misunderstood the issue. It's the "run show bridge brN" command that is not working, while the "run show bridge" command does.
It works for me, so we need exact reproducing steps.
Oct 15 2018
The bug, as stated, is not reproducible in rc1.
Oct 14 2018
Pretty silly mistake on my part indeed. I've merged the pull request.
@syncer This issue is already resolved in the rc2, could you move it back to there, out of the rc3 target?
@c-po The difference is due to EdgeOS being forked from an earlier Vyatta Core version, and never picking up the post-6.4 op mode improvements.
One of the ideas was to put all commands with potentially infinite output in the "monitor" subtree. So the command that follows the log file is "run monitor log".
This issue is no longer reproducible, though it's hard to tell which commit fixed it by now. Either way, I can create GRE tunnels just fine. Closing, if it re-appears, just reopen.