In T5325#151572, @aztec102 wrote:@cuongdt1994 I did not build the kernel, I built the image and specified the modules in the file. Which you were talking about earlier.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jul 3 2023
Jul 3 2023
diekos added a comment to T5334: ospf: add support for External Route Summarisation Type-5 and Type-7.
I can update the documentation when the feature is implemented.
c-po changed the status of T5334: ospf: add support for External Route Summarisation Type-5 and Type-7 from Open to In progress.
@cuongdt1994 I did not build the kernel, I built the image and specified the modules in the file. Which you were talking about earlier.
Viacheslav closed T5295: QoS shaper incorrect rate limit the traffic, a subtask of T5048: QoS doesn't work correctly root task, as Resolved.
@daniil could you re-check?
set qos interface eth0 ingress '1G-in' set qos policy limiter 1G-in default bandwidth '1gbit' set qos policy limiter 1G-in default burst '125000000b'
Could you explain the use case?
Can you archive it with the class?
vyos@r14# set qos policy limiter test class video match 1 ip dscp Possible completions: <0-63> Differentiated Services Codepoint (DSCP) value default match DSCP (000000) reliability match DSCP (000001) throughput match DSCP (000010) lowdelay match DSCP (000100) priority match DSCP (001000) immediate match DSCP (010000) flash match DSCP (011000) flash-override match DSCP (100000) critical match DSCP (101000) internet match DSCP (110000) network match DSCP (111000) AF11 High-throughput data AF12 High-throughput data AF13 High-throughput data AF21 Low-latency data AF22 Low-latency data AF23 Low-latency data AF31 Multimedia streaming AF32 Multimedia streaming AF33 Multimedia streaming AF41 Multimedia conferencing AF42 Multimedia conferencing AF43 Multimedia conferencing CS1 Low-priority data CS2 OAM CS3 Broadcast video CS4 Real-time interactive CS5 Signaling CS6 Network control CS7 None EF Expedited Forwarding
Viacheslav changed the status of T5333: Policy base routing PBR generetes incorrect rules with name POSTROUTING from Open to In progress.
@aztec102 Do you have build kernel again?
Good afternoon
Unfortunately it didn't help.
Jul 2 2023
Jul 2 2023
GitHub <noreply@github.com> committed rVYOSONEX4599a9e35b89: Merge pull request #2068 from sever-sever/T5048 (authored by Viacheslav).
Viacheslav updated the task description for T5333: Policy base routing PBR generetes incorrect rules with name POSTROUTING.
Viacheslav renamed T5333: Policy base routing PBR generetes incorrect rules with name POSTROUTING from Policy base routing generates PBR generetes incorrect rules with name POSTROUTING to Policy base routing PBR generetes incorrect rules with name POSTROUTING.
Viacheslav renamed T5333: Policy base routing PBR generetes incorrect rules with name POSTROUTING from Policy base routing generates PBR generetes incorrect rules to Policy base routing generates PBR generetes incorrect rules with name POSTROUTING.
Viacheslav updated the task description for T5333: Policy base routing PBR generetes incorrect rules with name POSTROUTING.
GitHub <noreply@github.com> committed rVYOSONEX687c963ebd64: Merge pull request #2067 from sever-sever/T5332 (authored by c-po).
Viacheslav changed the status of T5332: Show policy route not working when no interface is configured from Open to In progress.
GitHub <noreply@github.com> committed rVYOSONEX1a6640a74434: Merge pull request #2066 from sever-sever/T5048 (authored by c-po).
The policy route works only with an interface (inbound direction) and doesn't work otherwise.
It's always been like this.
giga1699 renamed T5331: ath10k_pci not functioning from atk10k_pci not functioning to ath10k_pci not functioning.
In T5324#151418, @greenpsi wrote:I think I found the real problem:
The 62-temporary-interface-rename.rules udev rule runs in initramfs before the USB modem is detected:
Jun 30 14:32:11 vyos kernel: r8169 0000:03:00.0 e3: renamed from eth1 Jun 30 14:32:11 vyos kernel: r8169 0000:02:00.0 e2: renamed from eth0 [...] Jun 30 14:32:11 vyos kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd Jun 30 14:32:11 vyos kernel: ata2: SATA link down (SStatus 4 SControl 300) Jun 30 14:32:11 vyos kernel: ata1: SATA link down (SStatus 4 SControl 300) Jun 30 14:32:11 vyos kernel: usb 1-1: New USB device found, idVendor=12d1, idProduct=1f01, bcdDevice= 1.02 Jun 30 14:32:11 vyos kernel: usb 1-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0 Jun 30 14:32:11 vyos kernel: usb 1-1: Product: HUAWEI HiLink Jun 30 14:32:11 vyos kernel: usb 1-1: Manufacturer: HUAWEISo the modem does not get renamed to eX and thus, if the modem has an ethX name that conflicts with the configuration from the 65-vyos-net.rules udev rule, the renaming of the interfaces from eX to ethX fails because a duplicate already exists.
So in conclusion, if VyOS wants to support USB Ethernet devices, the 62-temporary-interface-rename.rules udev rule should be deferred until the USB devices are detected or something like that.
Jul 1 2023
Jul 1 2023
It did work in the test enviroment, I just returned from a long vacation and will be deploying that update to some production boxes and enabling it on there tomorrow.
VyOS 1.4-rolling-202306280317 show the following additional dmesg items
Tried the following:
echo 1 > /sys/bus/pci/devices/0000:03:00.0/remove
echo 1 > /sys/bus/pci/rescan
Attempted a modprobe -r ath10k_pci and the re-load the module. The following dmesg is what I saw after.
Viacheslav moved T5277: Dhcpv6-relay does not start on boot from Open to Finished on the VyOS 1.4 Sagitta board.
Viacheslav changed the status of T5302: QoS class with multiple matches generates one filter rule but expects several rules, a subtask of T5048: QoS doesn't work correctly root task, from In progress to Needs testing.
Viacheslav changed the status of T5302: QoS class with multiple matches generates one filter rule but expects several rules from In progress to Needs testing.
Yes, checked it working, please closed it.
GitHub <noreply@github.com> committed rVYOSONEX9c4c2f43b79b: Merge pull request #2065 from sever-sever/T5295 (authored by c-po).
@ServerForge Could you check if it works as expected?
If yes you can close it.
@cuongdt1994 Could you check it? If it works as expected, we can close it.
Requires to rewrite PIM to get_config_dict https://github.com/vyos/vyos-1x/blob/current/src/conf_mode/protocols_pim.py
Viacheslav changed the status of T5302: QoS class with multiple matches generates one filter rule but expects several rules, a subtask of T5048: QoS doesn't work correctly root task, from Open to In progress.
Viacheslav changed the status of T5302: QoS class with multiple matches generates one filter rule but expects several rules from Open to In progress.
Viacheslav added a comment to T5302: QoS class with multiple matches generates one filter rule but expects several rules.
PR https://github.com/vyos/vyos-1x/pull/2065
set qos interface eth0 egress 'test' set qos policy shaper test bandwidth '300mbit' set qos policy shaper test class 23 bandwidth '150mbit' set qos policy shaper test class 23 match one ip protocol 'tcp' set qos policy shaper test class 23 match two ip protocol 'udp' set qos policy shaper test default bandwidth '20mbit' set qos policy shaper test default queue-type 'fair-queue' commit
Viacheslav closed T5296: QoS class cannot calculate correctly the default bandwidth auto, a subtask of T5048: QoS doesn't work correctly root task, as Resolved.
Viacheslav closed T5296: QoS class cannot calculate correctly the default bandwidth auto as Resolved.
PR https://github.com/vyos/vyos-1x/pull/2065
set qos interface eth0 ingress '300m-in' set qos policy limiter 300m-in default bandwidth '300mbit' set qos policy limiter 300m-in default burst '125000000b' commit
GitHub <noreply@github.com> committed rVYOSONEX55d6c5749e85: Merge pull request #2064 from sever-sever/T1797 (authored by c-po).
The IPv6 reverse path filter functionality would be great if it worked properly.
On the other hand, the current sysctl based solution does not allow for adding exceptions.
Viacheslav changed the status of T5329: Wireguard interface as GRE tunnel source causes configuration error on boot from Open to In progress.
Jun 30 2023
Jun 30 2023
GitHub <noreply@github.com> committed rVYOSONEX64cc7d7e3b9e: Merge pull request #2057 from c-po/t5313-backport (authored by c-po).
jestabro updated the task description for T5330: Keep track of source of config dict value when merging defaults.
jestabro triaged T5330: Keep track of source of config dict value when merging defaults as Normal priority.
GitHub <noreply@github.com> committed rVYOSONEX881eee52bd11: Merge pull request #2063 from srividya0208/T5329 (authored by dmbaturin).
I think I found the real problem:
jlongendyke added a comment to T5329: Wireguard interface as GRE tunnel source causes configuration error on boot.
That fixes it. It does seem like more of a band-aid solution though. I don't want to have to do that for every router I deploy using this setup
Viacheslav added a comment to T5329: Wireguard interface as GRE tunnel source causes configuration error on boot.
Wireguard is not yet exists in the system when tun is already exists due to priority
vyos@r14:~$ /opt/vyatta/sbin/priority.pl | match "tun|wireguard" 380 interfaces/tunnel 381 interfaces/wireguard
Thank you very much, I compiled the image, now it remains only to check.
As soon as I check, I will write.
Hi @vfreex . The idea is to add this feature, and several more, once we get new firewall cli structure: https://github.com/vyos/vyos-1x/pull/2016
SrividyaA added a comment to T5306: bgp config migration failed with v6only option configured with peer-group.
The above setting works and also if configured like this:
Viacheslav added a comment to T5306: bgp config migration failed with v6only option configured with peer-group.
Try set protocols bgp neighbor eth1 interface remote-as xxx
cuongdt1994 renamed T5327: Improvements UDP Broadcast Replay from Improved UDP Broadcast Replay to Improvements UDP Broadcast Replay.
I was able to test this for ISIS. I'll test OSPF hopefully tomorrow.
vyos@vyos:~$ show version Version: VyOS 1.4-rolling-202306270317 Release train: current
SrividyaA added a comment to T5306: bgp config migration failed with v6only option configured with peer-group.
In rolling release, it does not accept remote-as configured as a part of peer-group, commit error is received:
Jun 29 2023
Jun 29 2023
I opened PR https://github.com/vyos/vyos-1x/pull/2062 for this.
