Page MenuHomeVyOS Platform
Feed All Stories

Oct 20 2020

jack9603301 added a comment to T766: Implement support for the Tinc VPN daemon.

Hello everyone, I am integrating tinc. At present, I have passed the basic test in a simple virtual machine. The command line is simplified. Examples are as follows:

Oct 20 2020, 10:31 AM
Viacheslav changed the status of T2982: show protocols bfd command parse failure from Open to Backport candidate.
Oct 20 2020, 9:54 AM · Ready for Crux (1.2.x), VyOS 1.2 Crux
Unknown Object (User) changed the status of T2984: (igb, ixgbe) HW queues applied only for the first 2 interfaces from Needs testing to Backport candidate.
Oct 20 2020, 9:52 AM · VyOS 1.2 Crux (VyOS 1.2.7)
phillipmcmahon created T3001: Disable spectre mitigation patches from CLI.
Oct 20 2020, 9:35 AM · Restricted Project, VyOS 1.4 Sagitta
Viacheslav closed T2987: VxLAN not working properly after upgrading to latest October build and with a new installation as Resolved.

Thank you.
Reopen the task or create a new one if you find some problems.

Oct 20 2020, 7:33 AM · VyOS 1.3 Equuleus (1.3.0)
tom.siewert added a comment to T2987: VxLAN not working properly after upgrading to latest October build and with a new installation.

I have investigated it now a bit deeper and found out that this router got migrated to VRF automatically (Our deployment stack automatically migrates upgraded/new deployed routers to VRF usage for OOB/VxLAN communication).

Oct 20 2020, 7:14 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav claimed T2103: Abnormal interface names if VIF present.
Oct 20 2020, 6:46 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2103: Abnormal interface names if VIF present.

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

Oct 20 2020, 6:45 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2138: Can't load archived configs as they are gzipped.

I think it some code like

Oct 20 2020, 6:25 AM · VyOS 1.3 Equuleus (1.3.0)
Cheeze_It added a comment to T2989: MPLS documentation expansion.

Submitted second PR

Oct 20 2020, 1:46 AM · VyOS 1.3 Equuleus (1.3.0)
Gunni added a comment to T1385: Allow bonding interfaces to have pseudo-ethernet interfaces.

Many thanks!

Oct 20 2020, 1:21 AM · VyOS 1.3 Equuleus (1.3.0)
Asteroza added a comment to T2997: DHCP: disallow/do-not-request certain options when requesting IP address from server.

I can see a case where people deliberately do NOT want to use ISP provided DNS servers (to avoid DNS NX hijacking) (and/or lock to a major internet DNS server like google 8.8.8.8 or Quad9 9.9.9.9 or Cloudflare 1.1.1.1 for example)

Oct 20 2020, 12:25 AM · VyOS 1.3 Equuleus (1.3.0)

Oct 19 2020

Alfa80 added a comment to T2997: DHCP: disallow/do-not-request certain options when requesting IP address from server.

This is an example scenario in which this comes handy:
You have three ethernet interfaces
Two are connected to different LANs
The third is connected to WAN (another router)
All networks offer DHCP and def gw
The LANs offer it for internet access
The WAN offers it for branch access
We want to keep def gw received for WAN and ignore internet access offered by those LANs

Oct 19 2020, 8:12 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T2995: Enhancements/bugfixes for vyos_dict_search().
Oct 19 2020, 7:43 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1930: Issue with iperf 2.0.12.

@Merijn Can you check the latest rolling?
Or write please which commands do you use?

Oct 19 2020, 7:35 PM
c-po closed T2992: Automatically verify sha256 checksum on ISO download as Resolved.
Oct 19 2020, 7:34 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1721: Recursive Next Hop not updated for static routes.

@lbv2rus Can you try the latest rolling release?

Oct 19 2020, 7:25 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3000: Mismatch between "prefix-length" and "preference" in dhcp6-server syntax as Resolved.
Oct 19 2020, 6:56 PM · VyOS 1.3 Equuleus (1.3.0)
c-po renamed T2994: Migrate OpenVPN interfaces to get_config_dict() syntax from Migrate OpenVPN interfaces got get_config_dict() syntax to Migrate OpenVPN interfaces to get_config_dict() syntax.
Oct 19 2020, 6:53 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit.

Unfortunately I can not reproduce this issue on my test system and also our smoketests (https://github.com/vyos/vyos-1x/blob/current/smoketest/scripts/cli/test_interfaces_openvpn.py) do not trigger the bug when run locally on the VyOS device by calling:

Oct 19 2020, 6:52 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T1385: Allow bonding interfaces to have pseudo-ethernet interfaces as Resolved.

@Gunni can you check the latest rolling?

Oct 19 2020, 6:47 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1594: l2tpv3 error on IPv6 local-ip.

@Dmitry

set interfaces ethernet eth1 address 2001:db8::2/64
set interfaces l2tpv3 l2tpeth1010 address '192.168.37.2/27'
set interfaces l2tpv3 l2tpeth1010 encapsulation 'ip'
set interfaces l2tpv3 l2tpeth1010 local-ip '2001:db8::2'
set interfaces l2tpv3 l2tpeth1010 peer-session-id '100'
set interfaces l2tpv3 l2tpeth1010 peer-tunnel-id '200'
set interfaces l2tpv3 l2tpeth1010 remote-ip '2001:db8::1'
set interfaces l2tpv3 l2tpeth1010 session-id '100'
set interfaces l2tpv3 l2tpeth1010 tunnel-id '200'
Oct 19 2020, 6:04 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, test
Viacheslav closed T1588: VRRP failed to start if any of its interaces not exist as Resolved.
vyos@r4-roll# run show version
Oct 19 2020, 5:58 PM · VyOS 1.3 Equuleus (1.3.0), vyatta-vrrp
c-po added a comment to T2997: DHCP: disallow/do-not-request certain options when requesting IP address from server.

Do other vendors suppert highjacking/altering of DHCP options? I feel this kills the whole concept of DHCP.

Oct 19 2020, 2:42 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T927: IPv6 GRE packets not being forwarded.

@jjcordon can you test the latest rolling?

Oct 19 2020, 2:29 PM · VyOS 1.3 Equuleus (1.3.6), test
Alfa80 created T3000: Mismatch between "prefix-length" and "preference" in dhcp6-server syntax.
Oct 19 2020, 1:53 PM · VyOS 1.3 Equuleus (1.3.0)
SrividyaA created T2999: Add snmp mibs for QoS.
Oct 19 2020, 1:18 PM · VyOS 1.5 Circinus
Viacheslav updated the task description for T2998: SNMP v3 oid "exclude" option doesn't work.
Oct 19 2020, 12:55 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.7)
Viacheslav created T2998: SNMP v3 oid "exclude" option doesn't work.
Oct 19 2020, 12:52 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.7)
Magnum added a comment to T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit.

Just tested with:
https://github.com/vyos/vyos-1x/commit/85cc735b05be109e6daa5403efa4122b8b6e79d2

Oct 19 2020, 12:28 PM · VyOS 1.3 Equuleus (1.3.0)
Alfa80 updated the task description for T2997: DHCP: disallow/do-not-request certain options when requesting IP address from server.
Oct 19 2020, 12:28 PM · VyOS 1.3 Equuleus (1.3.0)
Alfa80 updated the task description for T2997: DHCP: disallow/do-not-request certain options when requesting IP address from server.
Oct 19 2020, 12:26 PM · VyOS 1.3 Equuleus (1.3.0)
Alfa80 updated the task description for T2997: DHCP: disallow/do-not-request certain options when requesting IP address from server.
Oct 19 2020, 12:23 PM · VyOS 1.3 Equuleus (1.3.0)
Alfa80 updated the task description for T2997: DHCP: disallow/do-not-request certain options when requesting IP address from server.
Oct 19 2020, 12:19 PM · VyOS 1.3 Equuleus (1.3.0)
Alfa80 created T2997: DHCP: disallow/do-not-request certain options when requesting IP address from server.
Oct 19 2020, 12:16 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2883: op-mode reset vpn command shows wrong completion from Open to In progress.

It looks like this works, but when we don't have any connected user, it listed the current directory file

vyos@RTR1:~$ touch 1.txt
vyos@RTR1:~$ reset vpn remote-access user <tab>
Possible completions:
  1.txt         Terminate specified user's current remote access VPN session(s)

After a user connected, all works properly

vyos@RTR1:~$ reset vpn remote-access user <tab>
Possible completions:
  test1         Terminate specified user's current remote access VPN session(s)
Oct 19 2020, 11:30 AM · VyOS 1.2 Crux
Viacheslav added a comment to T2938: Adding remote Syslog RFC5424 compatibility.

@D0peX Can you check the latest rolling?

Oct 19 2020, 11:19 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T752: Add an option to disable IPv4 forwarding on specific interface only as Resolved.

Works as expected.

Oct 19 2020, 10:52 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
Magnum added a comment to T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit.

No, I'm running this commit:
https://github.com/vyos/vyos-1x/commit/029f9839c21317ec5959b331eee25da472d08dc1

Oct 19 2020, 10:50 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit.

There have been some deletion errors yesterday - are you running the latest rolling release? They should have been fixed in there. If noe please provide me some CLI samples to reproduce the issue.

Oct 19 2020, 10:39 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2987: VxLAN not working properly after upgrading to latest October build and with a new installation.

Check out the October versions on both sides.

Oct 19 2020, 10:17 AM · VyOS 1.3 Equuleus (1.3.0)
Magnum reopened T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit, a subtask of T1579: Rewrite all interface types in new XML/Python style, as In progress.
Oct 19 2020, 10:16 AM · VyOS 1.3 Equuleus (1.3.0)
Magnum reopened T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit as "In progress".

I spoke to soon.
The interfaces are very persistant now - when you delete the vtun interface it doesn't get taken down!

Oct 19 2020, 10:16 AM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2995: Enhancements/bugfixes for vyos_dict_search() from Open to In progress.
Oct 19 2020, 10:05 AM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T2995: Enhancements/bugfixes for vyos_dict_search().
Oct 19 2020, 10:04 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2996: Checking digital signature failed on downgrade from rolling to stable..
Oct 19 2020, 10:01 AM · VyOS 1.3 Equuleus (1.3.5)
c-po created T2995: Enhancements/bugfixes for vyos_dict_search().
Oct 19 2020, 10:01 AM · VyOS 1.3 Equuleus (1.3.0)
c-po renamed T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit from command_set on interface is not applied, if interface doesn't come up in commit to OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit.
Oct 19 2020, 9:02 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit, a subtask of T1579: Rewrite all interface types in new XML/Python style, as Resolved.
Oct 19 2020, 9:01 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit as Resolved.
Oct 19 2020, 9:01 AM · VyOS 1.3 Equuleus (1.3.0)
Magnum added a comment to T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit.

Tested in my lab and it works both during creation and reboot.

Oct 19 2020, 8:57 AM · VyOS 1.3 Equuleus (1.3.0)

Oct 18 2020

Cheeze_It added a comment to T2989: MPLS documentation expansion.

Submitted PR

Oct 18 2020, 10:11 PM · VyOS 1.3 Equuleus (1.3.0)
trae32566 closed T2965: Brief BFD Peer Info as Resolved.
Oct 18 2020, 9:45 PM · VyOS 1.3 Equuleus (1.3.0)
trae32566 added a comment to T2965: Brief BFD Peer Info.

Works for me!

trae@cr01b-vyos:~$ show protocols bfd peers
Session count: 11
SessionId  LocalAddress                             PeerAddress                             Status         
=========  ============                             ===========                             ======         
3776760774 192.168.253.3                            192.168.253.7                           up             
1851352402 fd52:d62e:8011:fffe:192:168:253:3        fd52:d62e:8011:fffe:192:168:253:6       up             
3344115206 192.168.253.3                            192.168.253.2                           down           
1252680903 fd52:d62e:8011:fffe:192:168:253:3        fd52:d62e:8011:fffe:192:168:253:2       down           
3664188082 192.168.253.3                            192.168.253.6                           up             
2809207409 fd52:d62e:8011:fffe:192:168:253:3        fd52:d62e:8011:fffe:192:168:253:1       up             
2086113021 192.168.253.3                            192.168.253.12                          up             
1362288442 unknown                                  fd52:d62e:8011:fffe:192:168:253:12      down           
3846665654 fd52:d62e:8011:fffe:192:168:253:3        fd52:d62e:8011:fffe:192:168:253:7       up             
276439511  fd52:d62e:8011:fffe:192:168:253:3        fd52:d62e:8011:fffe:192:168:253:12      down           
1342044518 192.168.253.3                            192.168.253.1                           up
Oct 18 2020, 9:43 PM · VyOS 1.3 Equuleus (1.3.0)
Magnum added a comment to T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit.

Well spotted - i hadn't seen that option before.
I'll give it a go and see how it runs.

Oct 18 2020, 6:32 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T973: Create Prometheus Exporter for VyOS .

I agree. Therefore, if someone understands the code structure of FRR, we can modify the implementation from within FRR according to Prometheus protocol framework, implement the exporter integration, and then generate a patch file. Set the automatic compilation script and automatically package it into DEB

Oct 18 2020, 6:25 PM · VyOS 1.5 Circinus
superq added a comment to T973: Create Prometheus Exporter for VyOS .

The best possible solution would be for FRR to support Prometheus directly, rather than require an exporter.

Oct 18 2020, 6:10 PM · VyOS 1.5 Circinus
c-po updated the task description for T2994: Migrate OpenVPN interfaces to get_config_dict() syntax.
Oct 18 2020, 6:00 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T2994: Migrate OpenVPN interfaces to get_config_dict() syntax.
Oct 18 2020, 6:00 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2994: Migrate OpenVPN interfaces to get_config_dict() syntax from Open to In progress.
Oct 18 2020, 4:38 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2994: Migrate OpenVPN interfaces to get_config_dict() syntax, a subtask of T2653: "set interfaces" Python handler code improvements - next iteration, from Open to In progress.
Oct 18 2020, 4:38 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2994: Migrate OpenVPN interfaces to get_config_dict() syntax.
Oct 18 2020, 4:38 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a subtask for T1579: Rewrite all interface types in new XML/Python style: T2653: "set interfaces" Python handler code improvements - next iteration.
Oct 18 2020, 4:37 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a parent task for T2653: "set interfaces" Python handler code improvements - next iteration: T1579: Rewrite all interface types in new XML/Python style.
Oct 18 2020, 4:37 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a subtask for T1579: Rewrite all interface types in new XML/Python style: T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit.
Oct 18 2020, 4:37 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a parent task for T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit: T1579: Rewrite all interface types in new XML/Python style.
Oct 18 2020, 4:37 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit from In progress to Needs testing.
Oct 18 2020, 4:16 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit.

It seems that calling openvpn --mktun is what we need. Please try the next rolling ISO which will contain a fix for this.

Oct 18 2020, 4:03 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit from Open to In progress.
Oct 18 2020, 3:58 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T973: Create Prometheus Exporter for VyOS .

It is true, but I just want to record it to avoid forgetting that another solution is to redevelop FRR and promote it in parallel with the official version of FRR (in other words, we can patch FRR or maintain a branch separately, then compile a version of our own, and get the indication directly from its code, but this work needs someone to do.)

Oct 18 2020, 3:57 PM · VyOS 1.5 Circinus
superq added a comment to T973: Create Prometheus Exporter for VyOS .

Timeouts and SIGKILL don't always work. If process is stuck on IO, it will not exit.

Oct 18 2020, 3:53 PM · VyOS 1.5 Circinus
jack9603301 added a comment to T973: Create Prometheus Exporter for VyOS .

I think I understand what you mean. Don't worry. I'm also a user of Prometheus. I know how Prometheus works.

Oct 18 2020, 3:51 PM · VyOS 1.5 Circinus
c-po updated the task description for T2992: Automatically verify sha256 checksum on ISO download.
Oct 18 2020, 3:49 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T2992: Automatically verify sha256 checksum on ISO download.
Oct 18 2020, 3:49 PM · VyOS 1.3 Equuleus (1.3.0)
superq added a comment to T973: Create Prometheus Exporter for VyOS .

I'm not sure you understand how this works.

Oct 18 2020, 3:45 PM · VyOS 1.5 Circinus
c-po updated the task description for T2992: Automatically verify sha256 checksum on ISO download.
Oct 18 2020, 3:43 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T973: Create Prometheus Exporter for VyOS .

Most of Prometheus data is generated from the exporter. It is not collected and pushed in real time. When Prometheus queries, it can query relevant indications through the port exposed by the exporter. Therefore, I don't think it is possible to create thousands of sub processes/threads. What do you think?

Oct 18 2020, 3:30 PM · VyOS 1.5 Circinus
superq added a comment to T973: Create Prometheus Exporter for VyOS .

No, that's not the problem. The exporter itself could potentially create thousands of sub processes if something were to go wrong.

Oct 18 2020, 3:26 PM · VyOS 1.5 Circinus
bmhughes added a comment to T2993: op-mode: lldp: show lldp neighbors - AttributeError: 'str' object has no attribute 'items'.

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

Oct 18 2020, 3:21 PM · VyOS 1.3 Equuleus (1.3.0)
Magnum added a comment to T2969: OpenVPN: command_set on interface is not applied, if interface doesn't come up in commit.

I know, that my specific problem is related to OpenVPN, but are you saying, that this is only relevant for OpenVPN and it's not going to impact other interfaces?

Oct 18 2020, 3:13 PM · VyOS 1.3 Equuleus (1.3.0)
bmhughes changed the status of T2993: op-mode: lldp: show lldp neighbors - AttributeError: 'str' object has no attribute 'items' from Open to Needs testing.
Oct 18 2020, 2:54 PM · VyOS 1.3 Equuleus (1.3.0)
bmhughes claimed T2993: op-mode: lldp: show lldp neighbors - AttributeError: 'str' object has no attribute 'items'.

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

Oct 18 2020, 2:40 PM · VyOS 1.3 Equuleus (1.3.0)
bmhughes created T2993: op-mode: lldp: show lldp neighbors - AttributeError: 'str' object has no attribute 'items'.
Oct 18 2020, 2:39 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T766: Implement support for the Tinc VPN daemon.

@runar Some interesting commands, such as tinc - n netname join URL, seem to be supported in tinc1.1

Oct 18 2020, 2:37 PM
jack9603301 added a comment to T973: Create Prometheus Exporter for VyOS .

The frr_exporter linked uses os/exec to run an external binray, /usr/bin/vtysh. This is not a great way to build an exporter, as it can lead to a fork bomb. There is also the overhead of calling the external binary to gather data.

Oct 18 2020, 2:27 PM · VyOS 1.5 Circinus
superq added a comment to T973: Create Prometheus Exporter for VyOS .

The frr_exporter linked uses os/exec to run an external binray, /usr/bin/vtysh. This is not a great way to build an exporter, as it can lead to a fork bomb. There is also the overhead of calling the external binary to gather data.

Oct 18 2020, 2:15 PM · VyOS 1.5 Circinus
jack9603301 added a comment to T766: Implement support for the Tinc VPN daemon.

Tinc 1.1 supports rereading a lot of the configuration without resetarting the daemon, i've compiled a version of 1.1 for you from the debian salsa repository: https://salsa.debian.org/guus/tinc/-/tree/1.1/debian (this is whats available in the experimental debian branch) the deb is available her for now: https://borge.nu/vyos/tinc_1.1~pre17-1.1_amd64.deb. just put it in the packages directory when you're generating the iso or dpkg -i it into a image that have tinc-1.0 allready.

Oct 18 2020, 1:59 PM
runar added a comment to T766: Implement support for the Tinc VPN daemon.

What information do you need access to from within op-mode?

Since restarting tinc requires resetting the interface, it means that you may need to get all the configuration information to call the update function settings of the interface class

Oct 18 2020, 1:53 PM
jack9603301 added a comment to T973: Create Prometheus Exporter for VyOS .

Do you know of a version of that FRR exporter that doesn't fork sub processes?

Oct 18 2020, 1:41 PM · VyOS 1.5 Circinus
superq added a comment to T973: Create Prometheus Exporter for VyOS .

@jack9603301 Do you know of a version of that FRR exporter that doesn't fork sub processes?

Oct 18 2020, 1:37 PM · VyOS 1.5 Circinus
jack9603301 added a comment to T766: Implement support for the Tinc VPN daemon.

What information do you need access to from within op-mode?

Oct 18 2020, 1:35 PM
runar added a comment to T766: Implement support for the Tinc VPN daemon.

I hope to implement an operation mode command, but too many interface parameters are generated according to the configuration in the interface. I don't know how to call these existing configurations. Can I call the user's configuration information through config in operation mode?

It seems that we need to think about it now

Oct 18 2020, 1:32 PM
runar added a comment to T766: Implement support for the Tinc VPN daemon.

You can pull the host configuration in operation mode using the following command:

generate tinc tincN host-conf <user@service:/path>

Oct 18 2020, 1:30 PM
c-po closed T2985: Add glue code to create bridge interface on demand, a subtask of T2653: "set interfaces" Python handler code improvements - next iteration, as Resolved.
Oct 18 2020, 1:30 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2985: Add glue code to create bridge interface on demand as Resolved.
Oct 18 2020, 1:30 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T766: Implement support for the Tinc VPN daemon.

I hope to implement an operation mode command, but too many interface parameters are generated according to the configuration in the interface. I don't know how to call these existing configurations. Can I call the user's configuration information through config in operation mode?

Oct 18 2020, 1:28 PM
runar added a comment to T766: Implement support for the Tinc VPN daemon.

Note: my test found that when the server is in switch mode, the client cannot Ping to the peer in routing mode (more tests may be needed)

Oct 18 2020, 1:26 PM
c-po changed the status of T2992: Automatically verify sha256 checksum on ISO download from Open to In progress.
Oct 18 2020, 12:53 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2992: Automatically verify sha256 checksum on ISO download.
Oct 18 2020, 12:53 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T973: Create Prometheus Exporter for VyOS .

To prevent forgetting, write the address of the exporter to task

Oct 18 2020, 11:53 AM · VyOS 1.5 Circinus