Page MenuHomeVyOS Platform
Feed Search

Jul 6 2022

dsummers added a comment to T4509: Feature Request: DNS64.

Confirmed working on "current" branch.

Jul 6 2022, 8:18 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dsummers added a comment to T4509: Feature Request: DNS64.

OK, I just noticed the merge to "current" branch.

Jul 6 2022, 5:09 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dsummers added a comment to T4509: Feature Request: DNS64.

I'd be glad to help test it, but I checked the repos and didn't see where it got merged in?

Jul 6 2022, 4:10 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4381: OpenVPN: Add "Tunnel IP" column in "show openvpn server" operational command from In progress to Needs testing.
Jul 6 2022, 4:09 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
sarthurdev added a comment to T4250: Organize logrotate settings to avoid duplicates.

I think there's still a problem possible with /var/log/messages handling:

Jul 6 2022, 3:50 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T4500: Missing firewall logs from Confirmed to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/1398

Jul 6 2022, 3:46 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4503: Prevent op mode scripts from restarting services if there's a commit in progress.

PR https://github.com/vyos/vyos-1x/pull/1397

Jul 6 2022, 3:39 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T4500: Missing firewall logs from Open to Confirmed.

Confirmed issue, seems to be a problem in rsyslog/logrotate. Possibly related to T4250

Jul 6 2022, 2:50 PM · VyOS 1.4 Sagitta
Viacheslav closed T4299: Firewall - GeoIP filtering as Resolved.
Jul 6 2022, 12:48 PM · VyOS 1.4 Sagitta
Viacheslav updated subscribers of T3933: The firewall does not filter incoming traffic on the interface with vrf..

@Viacheslav I tested your fix in my environment. The inbound filtering worked as expected after the fix. However it did not work correctly for the case we where we want both inbound and outbound firewalls on a single vrf member interface (or any case that has more than 2 directions on the same interface).

table ip filter {
	chain VYOS_FW_LOCAL {
		type filter hook input priority filter; policy accept;
		oifname "ONE" counter packets 63 bytes 6024 jump NAME_FOO # <<< Problem here, oifname should be eth0, not vrf name
		iifname "ONE" counter packets 63 bytes 6024 jump NAME_FOO
		jump VYOS_POST_FW
	}
...
	chain NAME_FOO {
		ip saddr 8.8.8.8 counter packets 79 bytes 6636 drop comment "FOO-10"
		counter packets 3 bytes 984 return comment "FOO default-action accept"
	}
}
Jul 6 2022, 12:47 PM · Bugs, VyOS 1.3 Equuleus (1.3.9), VyOS 1.4 Sagitta (1.4.0-GA), Restricted Project
Viacheslav moved T4513: Webproxy monitor commands do not work from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
Jul 6 2022, 12:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav moved T4513: Webproxy monitor commands do not work from Open to Finished on the VyOS 1.4 Sagitta board.
Jul 6 2022, 12:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
a.apostoliuk closed T4513: Webproxy monitor commands do not work as Resolved.
Jul 6 2022, 12:32 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4513: Webproxy monitor commands do not work.

@a.apostoliuk Could you create PR for 1.3?

Jul 6 2022, 12:26 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav edited projects for T4513: Webproxy monitor commands do not work, added: VyOS 1.3 Equuleus (1.3.2); removed VyOS 1.3 Equuleus.
Jul 6 2022, 12:24 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
a.apostoliuk changed the status of T4513: Webproxy monitor commands do not work from Open to In progress.

Pull request for VyOS 1.4

Jul 6 2022, 12:01 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
a.apostoliuk edited projects for T4513: Webproxy monitor commands do not work, added: VyOS 1.3 Equuleus; removed VyOS 1.3 Equuleus ( 1.3.1).
Jul 6 2022, 11:34 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4509: Feature Request: DNS64 from Open to Needs testing.
Jul 6 2022, 10:26 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
diekos added a comment to T4299: Firewall - GeoIP filtering.

I see that the pull request was accepted. I just tested it with the latest rolling and it seems to work as expected.
Thanks a lot!

Jul 6 2022, 8:44 AM · VyOS 1.4 Sagitta
a.apostoliuk claimed T4513: Webproxy monitor commands do not work.
Jul 6 2022, 8:21 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
a.apostoliuk created T4513: Webproxy monitor commands do not work.
Jul 6 2022, 8:21 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta

Jul 5 2022

sarthurdev closed T478: Firewall address group (multi and nesting), a subtask of T2199: Rewrite firewall in new XML/Python style, as Resolved.
Jul 5 2022, 11:41 PM · VyOS 1.4 Sagitta (1.4.0-epa2)
sarthurdev closed T478: Firewall address group (multi and nesting) as Resolved.
Jul 5 2022, 11:41 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T4512: enable-default-log on zone-policy from In progress to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/1394

Jul 5 2022, 6:08 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T4512: enable-default-log on zone-policy from Open to In progress.
Jul 5 2022, 5:27 PM · VyOS 1.4 Sagitta
Viacheslav moved T4507: IPoE-server add multiplier option for shaper from Open to Finished on the VyOS 1.4 Sagitta board.
Jul 5 2022, 1:24 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a project to T4507: IPoE-server add multiplier option for shaper: VyOS 1.3 Equuleus (1.3.2).
Jul 5 2022, 1:24 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav moved T4373: PPPoE-server add multiplier option for shaper from Open to Finished on the VyOS 1.4 Sagitta board.
Jul 5 2022, 1:24 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4507: IPoE-server add multiplier option for shaper.

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1392

Jul 5 2022, 1:23 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4373: PPPoE-server add multiplier option for shaper.

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1392

Jul 5 2022, 1:23 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
pragmattic created T4512: enable-default-log on zone-policy.
Jul 5 2022, 12:32 PM · VyOS 1.4 Sagitta
Viacheslav added a project to T4373: PPPoE-server add multiplier option for shaper: VyOS 1.3 Equuleus (1.3.2).
Jul 5 2022, 12:30 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav closed T4429: Ability to detect external IP address from op-mode as Invalid.

Closed
https://github.com/vyos/vyos-1x/pull/1384

Jul 5 2022, 10:52 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav placed T4429: Ability to detect external IP address from op-mode up for grabs.
Jul 5 2022, 10:45 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav closed T4378: Unable to submit wildcard ("*.example.com") A or AAAA records in dns forwarder as Resolved.
Jul 5 2022, 10:33 AM · VyOS 1.4 Sagitta
c-po closed T2683: no dual stack in system static-host-mapping host-name as Resolved.
Jul 5 2022, 10:30 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po moved T2683: no dual stack in system static-host-mapping host-name from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
Jul 5 2022, 7:04 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po reopened T2683: no dual stack in system static-host-mapping host-name as "In progress".
Jul 5 2022, 7:04 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po added a comment to T2683: no dual stack in system static-host-mapping host-name .

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1391

Jul 5 2022, 7:03 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
sccfit added a comment to T4471: Explicit declare root domain in static-host-mapping.

Sorry just to clarify these are mostly web domains, not DCs, so there is no DNS running on them just HTTP.

Jul 5 2022, 4:51 AM · VyOS 1.4 Sagitta

Jul 4 2022

Cheeze_It updated subscribers of T4257: Discussion on changing BGP autonomous system number syntax.

I wanted to ask you guys if this is an appropriate change to make. Considering it's on BGP, it's going to be a change in a crucial part but I think this one is probably a good one to make just to reduce ambiguity.

Jul 4 2022, 8:05 PM · VyOS 1.4 Sagitta
c-po moved T4456: NTP client in VRF tries to bind to interfaces outside VRF, logs many messages from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
Jul 4 2022, 6:42 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po added a comment to T4456: NTP client in VRF tries to bind to interfaces outside VRF, logs many messages.

PR for equuleus (upcoming 1.3.2 release https://github.com/vyos/vyos-1x/pull/1390)

Jul 4 2022, 6:42 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po moved T4456: NTP client in VRF tries to bind to interfaces outside VRF, logs many messages from Open to Finished on the VyOS 1.4 Sagitta board.
Jul 4 2022, 6:26 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4509: Feature Request: DNS64.

PR https://github.com/vyos/vyos-1x/pull/1389

set service dns forwarding dns64-prefix 2001:db8:aabc::/96
Jul 4 2022, 6:21 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po added a project to T4456: NTP client in VRF tries to bind to interfaces outside VRF, logs many messages: VyOS 1.3 Equuleus (1.3.2).
Jul 4 2022, 6:02 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dsummers added a comment to T4509: Feature Request: DNS64.

Or probably better:

Jul 4 2022, 5:54 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po edited projects for T4456: NTP client in VRF tries to bind to interfaces outside VRF, logs many messages, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus.
Jul 4 2022, 5:50 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dsummers added a comment to T4509: Feature Request: DNS64.

Oh, if you are asking for an example of what the VyOS config setting would look like?

Jul 4 2022, 5:44 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dsummers added a comment to T4509: Feature Request: DNS64.

I've been manually adding TAYGA to VyOS (See T160) for my NAT64 capability.

Jul 4 2022, 5:41 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4509: Feature Request: DNS64.

@dsummers Could you provide an example of VyOS configuration and an example of what you add?

Jul 4 2022, 5:29 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the subtype of T4509: Feature Request: DNS64 from "Bug" to "Feature Request".
Jul 4 2022, 5:26 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4378: Unable to submit wildcard ("*.example.com") A or AAAA records in dns forwarder from Open to Needs testing.
Jul 4 2022, 5:21 PM · VyOS 1.4 Sagitta
zsdc added a comment to T4508: Problem with values of the same environment in different event handlers.

PR: https://github.com/vyos/vyos-1x/pull/1388

Jul 4 2022, 3:25 PM · VyOS 1.4 Sagitta
a.apostoliuk changed the status of T4508: Problem with values of the same environment in different event handlers from Open to In progress.
Jul 4 2022, 2:47 PM · VyOS 1.4 Sagitta
a.apostoliuk created T4508: Problem with values of the same environment in different event handlers.
Jul 4 2022, 2:46 PM · VyOS 1.4 Sagitta
dmbaturin added a comment to T4505: Function commit_in_progress works incorrect.

Yes, I spent quite some time trying to replicate your findings until I noticed that you used if commit_in_progress, so the truth value of a defined object that isn't None or False was trivially true.

Jul 4 2022, 1:28 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav placed T3353: PPPoE server wrong vlan-range generating config up for grabs.
Jul 4 2022, 1:02 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T3478: Radius from Resolved to Not Applicable.
Jul 4 2022, 12:57 PM · VyOS 1.4 Sagitta
Viacheslav closed T3478: Radius as Resolved.
Jul 4 2022, 12:57 PM · VyOS 1.4 Sagitta
Viacheslav closed T4505: Function commit_in_progress works incorrect as Invalid.

Bug of testing
I tested commit_in_progress instead of commit_in_progress()

Jul 4 2022, 12:10 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav closed T3600: DHCP Interface static route breaks PBR, a subtask of T3505: Commits do not respect changes in FRR that are not stored in a config, as Resolved.
Jul 4 2022, 11:45 AM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav closed T3600: DHCP Interface static route breaks PBR as Resolved.
Jul 4 2022, 11:45 AM · VyOS 1.4 Sagitta
c-po closed T4498: bridge: Add option to enable/disable IGMP/MLD snooping as Resolved.
Jul 4 2022, 7:54 AM · VyOS 1.4 Sagitta
c-po added a comment to T4498: bridge: Add option to enable/disable IGMP/MLD snooping.

Is there any further testing needed by me or someone else will do that?

Jul 4 2022, 7:54 AM · VyOS 1.4 Sagitta
Viacheslav moved T4501: Syslog-identifier does not work in event handler from Open to Finished on the VyOS 1.4 Sagitta board.
Jul 4 2022, 7:42 AM · VyOS 1.4 Sagitta
a.apostoliuk closed T4501: Syslog-identifier does not work in event handler, a subtask of T3083: Add feature event-handler, as Resolved.
Jul 4 2022, 7:32 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
a.apostoliuk closed T4501: Syslog-identifier does not work in event handler as Resolved.

I tested on VyOS 1.4-rolling-202207030217. The bug was resolved.

Jul 4 2022, 7:32 AM · VyOS 1.4 Sagitta

Jul 3 2022

Viacheslav changed the status of T4507: IPoE-server add multiplier option for shaper from Open to Needs testing.
Jul 3 2022, 6:19 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
vfreex added a comment to T4498: bridge: Add option to enable/disable IGMP/MLD snooping.

I already tested the PR before submitting:

Jul 3 2022, 6:17 AM · VyOS 1.4 Sagitta

Jul 2 2022

Viacheslav renamed T4502: Consider implementing (NAT/other) flow table offload from Consider implementing NAT flow table offload to Consider implementing (NAT/other) flow table offload.
Jul 2 2022, 1:23 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4507: IPoE-server add multiplier option for shaper.

PR https://github.com/vyos/vyos-1x/pull/1387

Jul 2 2022, 1:19 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav created T4507: IPoE-server add multiplier option for shaper.
Jul 2 2022, 11:16 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav created T4506: Add FRR pathd Segment Routing.
Jul 2 2022, 11:05 AM · VyOS Rolling
Viacheslav added a project to T4505: Function commit_in_progress works incorrect: VyOS 1.3 Equuleus (1.3.2).
Jul 2 2022, 8:06 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4472: Alternative validators.

Potentially slow validators:

src/validators/interface-address:ipaddrcheck --is-ipv4-host $1 || ipaddrcheck --is-ipv6-host $1 
src/validators/ip-address:ipaddrcheck --is-any-single $1
src/validators/ip-cidr:ipaddrcheck --is-any-cidr $1
src/validators/ip-host:ipaddrcheck --is-any-host $1
src/validators/ip-prefix:ipaddrcheck --is-any-net $1
src/validators/ipv4:ipaddrcheck --is-ipv4 $1
src/validators/ipv4-address:ipaddrcheck --is-ipv4-single $1
src/validators/ipv4-host:ipaddrcheck --is-ipv4-host $1
src/validators/ipv4-multicast:ipaddrcheck --is-ipv4-multicast $1 && ipaddrcheck --is-ipv4-single $1
src/validators/ipv4-prefix:ipaddrcheck --is-ipv4-net $1
src/validators/ipv4-range:  ipaddrcheck --is-ipv4-single ${strarr[0]}
src/validators/ipv4-range:  ipaddrcheck --is-ipv4-single ${strarr[1]}
src/validators/ipv6:ipaddrcheck --is-ipv6 $1
src/validators/ipv6-address:ipaddrcheck --is-ipv6-single $1
src/validators/ipv6-host:ipaddrcheck --is-ipv6-host $1
src/validators/ipv6-multicast:ipaddrcheck --is-ipv6-multicast $1 && ipaddrcheck --is-ipv6-single $1
src/validators/ipv6-prefix:ipaddrcheck --is-ipv6-net $1
Jul 2 2022, 7:51 AM · VyOS 1.4 Sagitta
Viacheslav assigned T4505: Function commit_in_progress works incorrect to dmbaturin.
Jul 2 2022, 6:08 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav created T4505: Function commit_in_progress works incorrect.
Jul 2 2022, 6:08 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav created T4504: Segment routing v6.
Jul 2 2022, 3:01 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev added a comment to T4299: Firewall - GeoIP filtering.

Inverse match PR: https://github.com/vyos/vyos-1x/pull/1386

Jul 2 2022, 12:52 AM · VyOS 1.4 Sagitta

Jul 1 2022

sarthurdev added a comment to T4500: Missing firewall logs.

If the counters are visible and incrementing when checking with nft list table ip filter then I don't think this is an implementation issue. Wondering if its a problem with the syslog daemon.

Jul 1 2022, 9:49 PM · VyOS 1.4 Sagitta
dmbaturin created T4503: Prevent op mode scripts from restarting services if there's a commit in progress.
Jul 1 2022, 3:35 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T1375: Add clear dhcp server lease function from Open to Needs testing.
Jul 1 2022, 3:12 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav edited projects for T1375: Add clear dhcp server lease function, added: VyOS 1.3 Equuleus (1.3.2); removed VyOS 1.3 Equuleus (1.3.0).
Jul 1 2022, 3:11 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav moved T4489: MPLS sysctl not persistent for tunnel interfaces from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
Jul 1 2022, 3:04 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav closed T4489: MPLS sysctl not persistent for tunnel interfaces as Resolved.
Jul 1 2022, 3:03 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav created T4502: Consider implementing (NAT/other) flow table offload.
Jul 1 2022, 2:27 PM · VyOS 1.4 Sagitta
Viacheslav added a parent task for T4422: WAN load-balance status failed on all interfaces if one of them failed: T4470: Rewrite load-balancing wan to XML/Python.
Jul 1 2022, 1:08 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a subtask for T4470: Rewrite load-balancing wan to XML/Python: T4422: WAN load-balance status failed on all interfaces if one of them failed.
Jul 1 2022, 1:08 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS Rolling
Viacheslav added a project to T4422: WAN load-balance status failed on all interfaces if one of them failed: VyOS 1.4 Sagitta.
Jul 1 2022, 1:07 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav removed a project from T4451: The DHCPv6 server leases function the display of the hostname: VyOS 1.3 Equuleus.
Jul 1 2022, 12:40 PM · VyOS Rolling
Viacheslav changed the status of T4501: Syslog-identifier does not work in event handler, a subtask of T3083: Add feature event-handler, from In progress to Needs testing.
Jul 1 2022, 11:58 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav changed the status of T4501: Syslog-identifier does not work in event handler from In progress to Needs testing.

@a.apostoliuk Will be fixed in the next rolling release, could you re-test it?

Jul 1 2022, 11:58 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4475: route-map does not support ipv6 peer.

@n.fort Could you create PR for 1.3?
I think it should be here https://github.com/vyos/vyatta-cfg-quagga/blob/d4097690c40f619bc0e78a0d674985f7880a19a3/templates/policy/route-map/node.tag/rule/node.tag/match/peer/node.def#L3-L4

Jul 1 2022, 11:57 AM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav added a parent task for T4501: Syslog-identifier does not work in event handler: T3083: Add feature event-handler.
Jul 1 2022, 11:37 AM · VyOS 1.4 Sagitta
Viacheslav added a subtask for T3083: Add feature event-handler: T4501: Syslog-identifier does not work in event handler.
Jul 1 2022, 11:37 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav removed a subtask for T4501: Syslog-identifier does not work in event handler: T3083: Add feature event-handler.
Jul 1 2022, 11:36 AM · VyOS 1.4 Sagitta
Viacheslav removed a parent task for T3083: Add feature event-handler: T4501: Syslog-identifier does not work in event handler.
Jul 1 2022, 11:36 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a subtask for T4501: Syslog-identifier does not work in event handler: T3083: Add feature event-handler.
Jul 1 2022, 11:35 AM · VyOS 1.4 Sagitta
Viacheslav added a parent task for T3083: Add feature event-handler: T4501: Syslog-identifier does not work in event handler.
Jul 1 2022, 11:35 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta