Known issue with FRR 8.1.
Related bug report: https://phabricator.vyos.net/T4028
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Dec 5 2021
renamed the deprecated flag.
We have removed the option to reuse a raid partition, instead it will remove the old raid and check for configs and keys on the drives you selected for a raid1 installation.
We have removed the option to reuse a raid partition, instead it will remove the old raid and check for configs and keys on the drives you selected for a raid1 installation.
As both PRs have been merged now, I'm resolving this issue.
Dec 4 2021
Also, I propose to add missing 'space' to header
vyos@VyOS-BNG:~$ show pppoe-server sessions ifname | username | ip | ip6 | ip6-dp | calling-sid | rate-limit | state | uptime | rx-bytes | tx-bytes ---------+----------+---------------+-----+--------+-------------------+------------+--------+----------+-----------+----------
Easy to fix here https://github.com/vyos/vyos-1x/blob/current/src/op_mode/ppp-server-ctrl.py#L63
replace to print(f' {output}')
Question is why it tells us: Redirecting to http://FQDN/ http and not https?
vyos@vyos:~$ add system image http://FQDN/vyos-1.4-rolling-202112010318-amd64.iso Trying to fetch ISO file from http://FQDN/vyos-1.4-rolling-202112010318-amd64.iso... Downloading... Redirecting to http://FQDN/vyos-1.4-rolling-202112010318-amd64.iso The file is 436.000 MiB. [###__________________________________________________________________________________
cpo@LR1.wue3# compare
[edit protocols bgp]
>local-as 20
+neighbor 1.1.1.1 {
+ remote-as 2000
+}
[edit]
cpo@LR1.wue3# compare commands
set protocols bgp local-as '20'
set protocols bgp neighbor 1.1.1.1 remote-as '2000'KEY: nfprobe_source_ip DESC: Defines the local IP address from which NetFlow datagrams are exported. Only a numerical IPv4/ IPv6 address is expected. The supplied IP address is required to be already configured on one of the interfaces. This parameter is also required for graceful encoding of NetFlow v9 and IPFIX option scoping. DEFAULT: IP address is selected by the Operating System
It may be related to T4033 ???
Dec 3 2021
Related task https://phabricator.vyos.net/T3546
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1094
Ok. I just found out, that I had an error, when porting my changes to github.
I checked it on these versions of VYOS. (VyOS 1.3.0-epa3, VyOS 1.3-beta-202112010443 , VyOS 1.4-rolling-202112021432)
Dec 2 2021
I hope I can find some time tomorrow to also test with crux. My current build job only builds the 1.3.x branch, but should be easy to adjust.
It is working only for TCP right now
set system syslog host 192.168.122.1 facility all protocol 'tcp' set system syslog host 192.168.122.1 format octet-counted set system syslog host 192.168.122.1 port '1514'
Config:
vyos@r4-epa2# cat /etc/rsyslog.d/vyos-rsyslog.conf ## generated by syslog.py ## ## file based logging $outchannel global,/var/log/messages,262144,/usr/sbin/logrotate /etc/logrotate.d/vyos-rsyslog *.info;local7.debug :omfile:$global ## console logging ## remote logging *.err @@(o)192.168.122.1:1514;RSYSLOG_SyslogProtocol23Format [edit] vyos@r4-epa2#
@fetzerms Thanks, Could you test the crux build?
I think I found the issue. Please see https://github.com/vyos/vyos-build/pull/207/