Hi @max1e6 we are currently migrating the repositories to Debian Buster so there could be some turbulences
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Dec 18 2019
I've had no reply. I think we can consider it resolved.
We could always reopen it or open a new one if needed.
Thanks @Dmitry, building it again.
Dec 17 2019
To avoid confusion, this will only be in the equuleus branch:
https://github.com/vyos/vyos-1x/compare/equuleus...jestabro:T1585?expand=1
Initial version for equuleus here:
https://github.com/jestabro/vyos-1x/tree/T1585
Hello @zsdc
I was also porting old style vyatta to a new one.
I've ported interface xml definition and almost finished the conf python script:
MPLS requires Linux Kernel 4.5 or higher (LDPcan be built, but may have limited use without MPLS).
Ref https://readthedocs.org/projects/frrouting-developers-guide/downloads/pdf/latest/
Hello, @elbuit !
We almost ready to release rewritten flow-accounting, and maybe we will be able to include your request into it. Can you describe more detailed what exactly records you want to have? It would be good to see an example pmacct configuration for your case.
PR https://github.com/vyos/vyatta-op/pull/32
Fix "show monitoring" command.
@sento own build 1.2.4 this is 1.2-rolling (branch current), in crux branch all works as expected.
@Dmitry I had it once more on the production system - see attached log with the above loggin features enabled.
Now it works perfect.
Dec 16 2019
patch will be proposed after keepalived.service modification
https://github.com/DmitriyEshenko/vyos-1x/commit/807864242773f482aa1894ca968a4396a3507187
end: sudo sh -c "VYOS_TAGNODE_VALUE='$VAR(../../@)' ${vyos_conf_scripts_dir}/router-advert.py" would have to be in /opt/vyatta/share/vyatta-cfg/templates/interfaces/ethernet/node.tag/ipv6/router-advert/node.def
I can set that statically, which removes then the benefit for the use of other passes, IPv6 RAs can be sent over quite some interfaces.
Turns out that it might not be a smart move to keep it under interfaces, as it would have to implemented within the ethernet script or if it's a separate one, it needs to be called with VYOS_TAGNODE_VALUE, otherwise there won't be a way to find out what interface needs to be configured. If placed under service or any other path, it can be integrated into the config itself e.g. set service ipv6-ra interface eth0 <more options>, set service ipv6-ra interface eth1 <more options> etc.
That would only required to parse and compare configs for 2 interfaces which can be determined from the config.
https://github.com/vyos/vyos-1x/commit/b55b68f6246329468b4ab3450e127d5bab683bff or tomorrows rolling release will have it included. I keept the default 'replace' and you can chose between deny or disable, while disable removes the option entirely from the accel config, which I wouldn't recommend to do.
The issue can be reproduced by the following configuration:
@leacho Sorry, I didn't have the time to look deeper into that, as far as I know we currently have no workaround for it.
PR https://github.com/vyos/vyatta-op-quagga/pull/4/commits/7659873869d92c9ec6b363db7e06d2ba5b41e5f6
New syntax for commands "monitor protocol bgp enable", "monitor protocol bgp disable"
Dec 15 2019
Yes, that's correct.
per default session=replace is set and if I understand correctly you'd like to have to have the option to change it to deny don't set it at all. Is that correct?
This was discussed previously: https://phabricator.vyos.net/T1129
Use """ which will be replaced with quotes when generating the isc dhcpd config.
https://github.com/vyos/vyos-1x/blob/current/src/conf_mode/dhcp_server.py#L813-L815
Hello!
Please also add "single-session" to
set service pppoe-server ppp-options
Dec 14 2019
Its IKEv2, correct. Loglevel increased
@c-po this is IKEv2?
can you increase log level?
@syncer why remove 1.2? Bug should be fixed in 1.2.x bugfix releases
Actually i'm currently unable to reproduce the bug because since i removed the configuration for RPKI everything works fine. Even more interesting is that my second router with the exact same configuration does not have the problem.
It looks like the VyOS has the old command syntax.
Similar bug with FRR ref https://github.com/FRRouting/frr/pull/5450