Page MenuHomeVyOS Platform
Feed All Stories

May 4 2020

c-po moved T915: MPLS Support from Backlog to In Progress on the VyOS 1.3 Equuleus board.
May 4 2020, 2:55 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
c-po closed T1180: require_ht and require_vht configuration as Wontfix.
May 4 2020, 2:55 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T1180: require_ht and require_vht configuration.

This has been completely rewritte in Python/XML. Please reopen if this is still a problem - and if so what do you think should be the "real" rendered configuration.

May 4 2020, 2:55 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T2404: Cannot change MTU.

I suggest adding a "validate" function to vyos.validate. We should determine the hypervisor used and if a setting is allowed on that hypervisor or not. Thus we can throw an appropriate erorr message by raise ConfigError() in the Python file changing the interface setting. This would be the cleanest way then the "false" setting never reaches the configuration backend at all.

May 4 2020, 2:50 PM · VyOS 1.3 Equuleus (1.3.6)
jjakob added a comment to T2404: Cannot change MTU.

So the minimum MTU for IPv6 is 1280. Setting ipv6 address no-default-link-local will probably fix this.

May 4 2020, 2:28 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav added a comment to T2404: Cannot change MTU.

@jjakob I don't set any ip address on eth1

May 4 2020, 2:13 PM · VyOS 1.3 Equuleus (1.3.6)
jjakob added a comment to T2404: Cannot change MTU.

@Viacheslav do you have IPv6 disabled per chance? What's the output of ip addr dev eth1 after the failed commits? What's the full eth1 config?
The odd thing to me here is that it shouldn't ever be adding just fe80::/64, it should get the mac (using self.get_mac()) and create a single EUI64 address. The longer fe80:: address looks as it should be.

May 4 2020, 2:08 PM · VyOS 1.3 Equuleus (1.3.6)
jestabro claimed T1899: Unionfs metadata folder is copied to the active configuration directory.

Confirmed with the simplest 'login as vyos; set interfaces ... description; login as other; delete interfaces .. description; login as vyos; set ...". T2203 is likely a result of this issue. Will reassign to me.

May 4 2020, 1:53 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a parent task for T1733: Route filters syntax redesign: T2425: Rewrite all policy zebra filters to XML/Python style.
May 4 2020, 1:38 PM
Viacheslav added a subtask for T2425: Rewrite all policy zebra filters to XML/Python style: T1733: Route filters syntax redesign.
May 4 2020, 1:37 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T2425: Rewrite all policy zebra filters to XML/Python style.
May 4 2020, 1:36 PM · VyOS 1.3 Equuleus (1.3.0)
GitHub <noreply@github.com> committed rVYOSONEX66ecfc6ecada: Merge pull request #392 from DmitriyEshenko/ipoe-cur-fix01 (authored by c-po).
May 4 2020, 1:30 PM
Unknown Object (User) added a comment to T2294: ipoe-server broken (jinja2 template issue).

Fix path to mac-address node. PR https://github.com/vyos/vyos-1x/pull/392

May 4 2020, 12:34 PM · VyOS 1.3 Equuleus (1.3.0)
csalcedo added a comment to T1230: Improving Boot Time for Large Firewall Configurations.

@csalcedo maybe you use large port-ranges https://phabricator.vyos.net/T2189

May 4 2020, 8:52 AM · VyOS 1.3 Equuleus (1.3.6)
maznu added a comment to T1230: Improving Boot Time for Large Firewall Configurations.

We don't do any firewalling — we have lots of prefix-lists for filtering eBGP sessions. Right now we're looking at a router that's taken more than 1h20minutes to boot up — and it is still not finished — on modern Xeon CPUs. That's doubled in length since adding a prefix-list of around 5000 entries (roughly double the total number of prefix-list entries as before).

May 4 2020, 8:46 AM · VyOS 1.3 Equuleus (1.3.6)
phillipmcmahon added a comment to T1230: Improving Boot Time for Large Firewall Configurations.

I definitely am not using large port-ranges. A pretty standard setup using a zone-based firewall.

May 4 2020, 8:46 AM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav added a comment to T1230: Improving Boot Time for Large Firewall Configurations.

@csalcedo maybe you use large port-ranges https://phabricator.vyos.net/T2189

May 4 2020, 8:37 AM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav added a comment to T2404: Cannot change MTU.
sever@vyos-roll# set interfaces ethernet eth1 description testeth
[edit]
sever@vyos-roll# commit
[edit]
sever@vyos-roll# set interfaces ethernet eth1 mtu 1200
[edit]
sever@vyos-roll# commit
[ interfaces ethernet eth1 ]
May 4 2020, 8:33 AM · VyOS 1.3 Equuleus (1.3.6)
Unknown Object (User) closed T2412: ping flood does not work as unprivileged user as Resolved.

All works on the rolling 1.3-rolling-202005030117

vyos@vyos:~$ ping 100.64.0.1 flood count 300
PING 100.64.0.1 (100.64.0.1) 56(84) bytes of data.
May 4 2020, 7:50 AM · VyOS 1.3 Equuleus (1.3.0)
csalcedo added a comment to T1230: Improving Boot Time for Large Firewall Configurations.

Another affected by this! Several devices with more than 20K config lines cause our automation scripts to take really really long to complete, and also the devices take much time to boot.
It would be great having this fixed in 1.3 :-)

May 4 2020, 7:45 AM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav created T2424: Ability to choose the direction of Mirroring.
May 4 2020, 7:43 AM · VyOS 1.3 Equuleus (1.3.4)
Unknown Object (User) added a comment to T1982: Increase rotation for atop.acct.

PR https://github.com/vyos/vyos-build/pull/104

May 4 2020, 7:36 AM · VyOS 1.2 Crux (VyOS 1.2.6)
phillipmcmahon added a comment to T1230: Improving Boot Time for Large Firewall Configurations.

Also affected by this. Reboots take almost 10 minutes before the device is usable. Commits take a long time as well.

May 4 2020, 7:10 AM · VyOS 1.3 Equuleus (1.3.6)

May 3 2020

richardpowellus reopened T103: DHCP server prepends shared network name to hostnames as "Open".

This issue seems to still be reproducing on static mappings with 1.2.5. I have noticed that the issue is fixed for non static mapping DHCP clients but all my clients who are getting assigned their IPs via static mappings are still getting their hostnames prefixed with LAN_ (LAN being my shared network name).

May 3 2020, 11:59 PM · VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) closed T2406: DHCPv6 CLI improvements as Resolved.
May 3 2020, 10:45 PM · VyOS 1.3 Equuleus (1.3.0), Restricted Project
Unknown Object (User) updated the task description for T2406: DHCPv6 CLI improvements.
May 3 2020, 10:42 PM · VyOS 1.3 Equuleus (1.3.0), Restricted Project
jjakob added a comment to T2404: Cannot change MTU.

I think not setting the MTU at all if the user doesn't configure it is the right way to do it. It would be nice if we could detect an interface's max MTU but I couldn't find a way to do it either (I didn't really search that hard other than looking under /sys/net/{ifname} and /proc/sys/net).
@thomas-mangin Which other dependent interfaces do you mean? All other interfaces that depend on the ethernet interface should leave the MTU untouched too, let the OS choose the defaults.

May 3 2020, 9:40 PM · VyOS 1.3 Equuleus (1.3.6)
robertoberto added a comment to T2404: Cannot change MTU.

My suggestion:

  • if someone set a higher MTU than OS support, commit fail will be ok and that's OK, each vyos admin should know his OS limitations
May 3 2020, 8:18 PM · VyOS 1.3 Equuleus (1.3.6)
thomas-mangin added a comment to T2404: Cannot change MTU.

Some code should also be added to detect the parent MTU size and make sure a clan MTU is smaller than the parent

May 3 2020, 8:15 PM · VyOS 1.3 Equuleus (1.3.6)
robertoberto added a comment to T2404: Cannot change MTU.

Other ubuntu servers inside same openstack max mtu OS leave at 1450 too

May 3 2020, 8:15 PM · VyOS 1.3 Equuleus (1.3.6)
robertoberto added a comment to T2404: Cannot change MTU.

I tried to google to find out how to discover max mtu an interface accept but not found.

I guess limitation is because we are using OpenStack KVM or the other guy is using VMware and they use some bytes to their SDN

May 3 2020, 8:11 PM · VyOS 1.3 Equuleus (1.3.6)
robertoberto added a comment to T2404: Cannot change MTU.

I tried to google to find out how to discover max mtu an interface accept but not found.

May 3 2020, 8:10 PM · VyOS 1.3 Equuleus (1.3.6)
thomas-mangin added a comment to T2404: Cannot change MTU.

The mtu provided are reasonable and should not fail IMHO. I need to understand why Linux does not want to honour it.. hw limitation or other. If it is a limitation then we should detect it and report it to the user

May 3 2020, 8:05 PM · VyOS 1.3 Equuleus (1.3.6)
thomas-mangin added a comment to T2404: Cannot change MTU.

That would only hide the problem. The MTU bug would still be here.

May 3 2020, 8:03 PM · VyOS 1.3 Equuleus (1.3.6)
jjakob added a comment to T2404: Cannot change MTU.

This should probably be:

if eth['mtu']:
    e.set_mtu(eth['mtu'])

Then if the user doesn't set a mtu, we don't try to change it. If the config set mtu is wrong the commit should fail, but it should get verified in the verify section by a max mtu read from the interface (if that's possible), or leaving it as it is now. It shouldn't silently (or even loudly) continue as that would make the failure undetectable at boot.

May 3 2020, 7:54 PM · VyOS 1.3 Equuleus (1.3.6)
robertoberto added a comment to T2404: Cannot change MTU.

An issue to change the MTU should not fail the whole interface change but just this one but the code does not not allow this easily. I will try to work on this.

May 3 2020, 7:47 PM · VyOS 1.3 Equuleus (1.3.6)
thomas-mangin added a comment to T2404: Cannot change MTU.

An issue to change the MTU should not fail the whole interface change but just this one but the code does not not allow this easily. I will try to work on this.

May 3 2020, 7:24 PM · VyOS 1.3 Equuleus (1.3.6)
robertoberto added a comment to T2404: Cannot change MTU.

vyos@vyos:~$ show version
Version: VyOS 1.3-rolling-202004230117
Release Train: equuleus

May 3 2020, 6:54 PM · VyOS 1.3 Equuleus (1.3.6)
robertoberto added a comment to T2404: Cannot change MTU.

Here:

root@vyos:~# cat /sys/class/net/eth0/mtu
1450
root@vyos:~# echo 1500 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1460 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1440 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1441 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1442 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1443 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1449 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1450 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1460 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1455 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1453 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1452 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1451 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~#

May 3 2020, 6:54 PM · VyOS 1.3 Equuleus (1.3.6)
robertoberto added a comment to T2404: Cannot change MTU.

root@vyos:~# cat /sys/class/net/eth0/mtu
1450
root@vyos:~# echo 1500 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1460 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1440 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1441 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1442 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1443 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1449 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1450 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1460 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1455 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1453 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1452 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1451 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~#

May 3 2020, 6:52 PM · VyOS 1.3 Equuleus (1.3.6)
c-po added a comment to T2404: Cannot change MTU.

Sure it can (was in the initial ifconfig.py rewrite IIRC)

May 3 2020, 5:26 PM · VyOS 1.3 Equuleus (1.3.6)
thomas-mangin added a comment to T2404: Cannot change MTU.

The reason seems to be that when the kernel can not change the MTU when writing to the sysfs, it will raise a OSError with the reason why.

May 3 2020, 4:59 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav created T2423: Loadkey scp ssh key errors.
May 3 2020, 11:22 AM · VyOS 1.3 Equuleus (1.3.0)
runar created T2422: arm: docker: Unable to build docker container for ARM and ARM64 .
May 3 2020, 11:03 AM
GitHub <noreply@github.com> committed rVYOSONEX2315092353b2: Merge pull request #390 from jjakob/add-del-addrs-optimise-T2367 (authored by c-po).
May 3 2020, 11:00 AM
c-po closed T2421: Update WireGuard to Debian release 1.0.20200429-2_bpo10+1, a subtask of T2420: Update Linux Kernel to v4.19.120, as Resolved.
May 3 2020, 10:44 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2421: Update WireGuard to Debian release 1.0.20200429-2_bpo10+1 as Resolved.
May 3 2020, 10:44 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2420: Update Linux Kernel to v4.19.120 as Resolved.
May 3 2020, 10:44 AM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T2420: Update Linux Kernel to v4.19.120.
May 3 2020, 9:57 AM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T2421: Update WireGuard to Debian release 1.0.20200429-2_bpo10+1.
May 3 2020, 9:57 AM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2421: Update WireGuard to Debian release 1.0.20200429-2_bpo10+1.
May 3 2020, 9:56 AM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2420: Update Linux Kernel to v4.19.120.
May 3 2020, 9:55 AM · VyOS 1.3 Equuleus (1.3.0)
GitHub <noreply@github.com> committed rVYOSONEX790c591dabab: Merge pull request #352 from maplewf/current (authored by dmbaturin).
May 3 2020, 9:16 AM

May 2 2020

jjakob added a comment to T2241: Changing settings on an interface causes it to fall out of bridge.

Scratch the above comment - I'll write a simple utility function that parses the STP config from the bridge, and some utility functions to remove duplication for adding the bridge members and setting STP on them, that should be good enough.

May 2 2020, 9:38 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T2415: Make VLAN interfaces subclasses of Interface class.

This isn't as important as I thought initially as the interface scripts verify function will prevent adding interfaces with addresses to a bridge or bond - thus a simple 'ip addr flush dev x' will suffice to flush the remaining (should be just the fe80 link-local), as there should be no dhclients running.

May 2 2020, 9:25 PM · VyOS 1.3 Equuleus (1.3.0)
GitHub <noreply@github.com> committed rVYOSONEXf03dd18529b8: Merge pull request #389 from thomas-mangin/T2367 (authored by c-po).
May 2 2020, 9:13 PM
robertoberto added a comment to T2404: Cannot change MTU.
In T2404#62515, @jjakob wrote:

@robertoberto issue (cannot change udp fragmentation-offload) is not the same as the original post (changing MTU out of range) so please create a separate task for it.

May 2 2020, 8:14 PM · VyOS 1.3 Equuleus (1.3.6)
robertoberto created T2419: Cannot change udp-fragmentation-offload.
May 2 2020, 8:13 PM
GitHub <noreply@github.com> committed rVYOSONEX3501313affa6: Merge pull request #388 from jjakob/flush-addrs-T2367 (authored by c-po).
May 2 2020, 7:35 PM
jjakob added a comment to T2418: Interfaces completion (list_interfaces.py) is slow.

On a dual-core Pentium E5300: 2.2s, time for completion 5s.

vyos@rt-home# time /usr/libexec/vyos/completion/list_interfaces.py --help
usage: list_interfaces.py [-h] [-t TYPE | -b | -br | -bo]
May 2 2020, 6:51 PM
jjakob added a comment to T2418: Interfaces completion (list_interfaces.py) is slow.

It takes 2s even with just --help. I can't explain why it takes 2s by itself, but the completion takes 4s. 2s must be added elsewhere.

vyos@vyos# time /usr/libexec/vyos/completion/list_interfaces.py --help
usage: list_interfaces.py [-h] [-t TYPE | -b | -br | -bo]
May 2 2020, 6:48 PM
jjakob added a comment to T2367: Flush addresses from bridge members.

https://github.com/vyos/vyos-1x/pull/388

May 2 2020, 6:05 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob triaged T2418: Interfaces completion (list_interfaces.py) is slow as Normal priority.
May 2 2020, 5:22 PM
jjakob added a comment to T2404: Cannot change MTU.

@robertoberto issue (cannot change udp fragmentation-offload) is not the same as the original post (changing MTU out of range) so please create a separate task for it.

May 2 2020, 5:15 PM · VyOS 1.3 Equuleus (1.3.6)
GitHub <noreply@github.com> committed rVYOSONEXb47e7ebab5b9: Merge pull request #387 from thomas-mangin/T2372 (authored by c-po).
May 2 2020, 4:09 PM
thomas-mangin created T2417: Python validator cleanup.
May 2 2020, 2:37 PM · VyOS 1.3 Equuleus (1.3.0)
syncer added a member for Maintainers: thomas-mangin.
May 2 2020, 2:33 PM
Unknown Object (User) assigned T2404: Cannot change MTU to thomas-mangin.
May 2 2020, 2:28 PM · VyOS 1.3 Equuleus (1.3.6)
robertoberto added a comment to T2404: Cannot change MTU.

same here
root@vyos:~# ls -la /tmp/vyos.log.debug
-rw-r--r-- 1 vyos users 0 May 1 18:03 /tmp/vyos.log.debug
root@vyos:~# /sbin/ethtool -K eth0 ufo off
Cannot change udp-fragmentation-offload

May 2 2020, 1:23 PM · VyOS 1.3 Equuleus (1.3.6)
jjakob triaged T2416: Do not always delete all bond members when adding new ones as Normal priority.
May 2 2020, 12:51 PM · VyOS 1.3 Equuleus (1.3.9), test
jjakob added a comment to T2415: Make VLAN interfaces subclasses of Interface class.

We must be able to call klass('eth0.1.2', create=False).add_addr to add an address on the vif-c and also klass('eth0.1', create=False).add_addrto add an address on the vif-s. I'm adding functions on Interfaces class to purge/restore addresses which will be used when adding/removing bridge/bond members, T2367.

May 2 2020, 12:39 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a subtask for T2367: Flush addresses from bridge members: T2415: Make VLAN interfaces subclasses of Interface class.
May 2 2020, 12:20 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a parent task for T2415: Make VLAN interfaces subclasses of Interface class: T2367: Flush addresses from bridge members.
May 2 2020, 12:20 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob changed the status of T2367: Flush addresses from bridge members from Open to In progress.
May 2 2020, 12:20 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob triaged T2415: Make VLAN interfaces subclasses of Interface class as Normal priority.
May 2 2020, 12:18 PM · VyOS 1.3 Equuleus (1.3.0)
GitHub <noreply@github.com> committed rVYOSONEX932657a64a7f: Merge pull request #383 from thomas-mangin/T2372 (authored by c-po).
May 2 2020, 12:12 PM
c-po closed T2414: Improve runtime from Python numeric validator as Resolved.
May 2 2020, 11:49 AM · VyOS 1.3 Equuleus (1.3.0)
GitHub <noreply@github.com> committed rVYOSONEXd51029d1684d: Merge pull request #385 from c-po/numeric-performance (authored by dmbaturin).
May 2 2020, 11:46 AM
c-po claimed T2414: Improve runtime from Python numeric validator.
May 2 2020, 11:39 AM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2414: Improve runtime from Python numeric validator.
May 2 2020, 11:38 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2413: Update Linux Kernel to v4.19.119 as Resolved.
May 2 2020, 8:39 AM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2413: Update Linux Kernel to v4.19.119.
May 2 2020, 8:37 AM · VyOS 1.3 Equuleus (1.3.0)

May 1 2020

jestabro closed T2239: build-vmware-image script ignores the predefined file path, uses the environment variable unconditionally. as Resolved.
May 1 2020, 6:56 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a comment to T2203: http api: "Failed to generate committed config" .

Same symptoms in T1889.

May 1 2020, 6:52 PM
jjakob added a comment to T2241: Changing settings on an interface causes it to fall out of bridge.

https://github.com/vyos/vyos-1x/pull/384 is the initial fix for this.

May 1 2020, 6:49 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro moved T2347: During commit, any script output directed to stdout will contain path from Need Triage to Finished on the VyOS 1.3 Equuleus board.
May 1 2020, 6:46 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro closed T2347: During commit, any script output directed to stdout will contain path as Resolved.

Reopen if needed, but considered resolved.

May 1 2020, 6:45 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a comment to T2347: During commit, any script output directed to stdout will contain path.

The immediate issue was resolved above. As far as changing the backend code, this will only be done if there emerges another annoyance; for now, we will consider the preamble 'path' when calling print in a config session a 'feature'.

May 1 2020, 6:45 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) updated the task description for T2412: ping flood does not work as unprivileged user.
May 1 2020, 3:58 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2412: ping flood does not work as unprivileged user.
May 1 2020, 3:53 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T2198: Rewrite NAT in new XML/Python style.

A list of all related tasks from a search: T1999 T1877 T538 T970 T99 T1095

May 1 2020, 11:06 AM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T2198: Rewrite NAT in new XML/Python style.
May 1 2020, 10:55 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a parent task for T1083: Implement persistent/random address and port mapping options for NAT rules: T2198: Rewrite NAT in new XML/Python style.
May 1 2020, 10:53 AM · VyOS 1.2 Crux (VyOS 1.2.9), VyOS 1.3 Equuleus (1.3.0), test, VyOS 1.4 Sagitta
c-po added a subtask for T2198: Rewrite NAT in new XML/Python style: T1083: Implement persistent/random address and port mapping options for NAT rules.
May 1 2020, 10:52 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2198: Rewrite NAT in new XML/Python style.

Must have this feature
https://phabricator.vyos.net/T1083

May 1 2020, 10:01 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2411: op-mode: make "monitor traceroute" VRF aware.

vyos@vyos:~$ monitor traceroute vrf red 1.1.1.1

May 1 2020, 8:35 AM · VyOS 1.3 Equuleus (1.3.0)
c-po committed rVYOSONEX096c77340b2a: op-mode: monitor: traceroute: T2411: add VRF awareness.
May 1 2020, 8:34 AM
c-po closed T2411: op-mode: make "monitor traceroute" VRF aware as Resolved.
May 1 2020, 8:34 AM · VyOS 1.3 Equuleus (1.3.0)
c-po committed rVYOSONEXd6f330894a68: op-mode: traceroute: T2129: migrate to top level tagNode.
May 1 2020, 8:34 AM
c-po changed the status of T2411: op-mode: make "monitor traceroute" VRF aware from Open to In progress.
May 1 2020, 8:31 AM · VyOS 1.3 Equuleus (1.3.0)