Page MenuHomeVyOS Platform
Feed Search

Aug 25 2019

c-po changed the status of T1524: Add support to set allow-from network in DNS forwarding from Unknown Status to Resolved.
Aug 25 2019, 5:21 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po changed the status of T1524: Add support to set allow-from network in DNS forwarding, a subtask of T1595: Migrate deprecated "service dns forwarding listen-on" to listen-address, from Unknown Status to Resolved.
Aug 25 2019, 5:21 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1524: Add support to set allow-from network in DNS forwarding from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.3) board.
Aug 25 2019, 5:21 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po closed T1611: Migration to latest rolling fails with vyos.configtree.ConfigTreeError: Path [b'interfaces bridge br0 igmp-snooping querier'] doesn't exist as Resolved.
Aug 25 2019, 6:31 AM · VyOS 1.3 Equuleus (1.3.0)

Aug 24 2019

c-po claimed T1611: Migration to latest rolling fails with vyos.configtree.ConfigTreeError: Path [b'interfaces bridge br0 igmp-snooping querier'] doesn't exist.
Aug 24 2019, 9:40 PM · VyOS 1.3 Equuleus (1.3.0)

Aug 23 2019

c-po added a comment to T1333: pdns_recursor does not perform recursive lookups on domain specific forwarders.

Unfortunately I can not reproduce this issue

Aug 23 2019, 12:33 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po triaged T1608: bridge: Bridge adding non existing interfaces is allowed but does not work as High priority.
Aug 23 2019, 10:17 AM · VyOS 1.3 Equuleus (1.3.0)
c-po edited a custom field on T1608: bridge: Bridge adding non existing interfaces is allowed but does not work.
Aug 23 2019, 10:17 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1608: bridge: Bridge adding non existing interfaces is allowed but does not work.

This can be solved using multiple ways:

  • add option to the interfaces-bridge.py script to recreate the bridge when triggered externally
    • advantage: the conde is already there
    • disadvantage: the script can easily grow to a wastebin of code executed from 100 places
  • add a dedicated bridge-group-sync.py script which synchronizes the bridge groups and interfaces, called whenever a interface is added to the system (e.g OpenVPN vtun or ethernet vif). We will walk through all available bridges configured and add possibly missing interfaces
    • advantage: code is contained in a dedicated scirpt
    • disadvantage: more and more scripts might evolve
  • Write a vyos-interfaced which acts as message receiver and will handle tasks as adding/removing IP addresses, adding/removing bridge and bond members
    • advantage: most generic and single source
    • disadvantage: most complex
Aug 23 2019, 10:15 AM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T1608: bridge: Bridge adding non existing interfaces is allowed but does not work.
Aug 23 2019, 9:49 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1608: bridge: Bridge adding non existing interfaces is allowed but does not work.

If the bridge priority is higher then the ethernet vif this should work out of the box

Aug 23 2019, 8:49 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1606: Rolling release no longer boots after adding hostname daemon, a subtask of T1598: New implementation of the resolv.conf and hosts update mechanism, as Resolved.
Aug 23 2019, 8:43 AM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po closed T1606: Rolling release no longer boots after adding hostname daemon as Resolved.
Aug 23 2019, 8:43 AM · VyOS 1.3 Equuleus (1.3.0)

Aug 22 2019

c-po updated the task description for T1606: Rolling release no longer boots after adding hostname daemon.
Aug 22 2019, 3:54 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a parent task for T1606: Rolling release no longer boots after adding hostname daemon: T1598: New implementation of the resolv.conf and hosts update mechanism.
Aug 22 2019, 3:53 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a subtask for T1598: New implementation of the resolv.conf and hosts update mechanism: T1606: Rolling release no longer boots after adding hostname daemon.
Aug 22 2019, 3:53 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po assigned T1606: Rolling release no longer boots after adding hostname daemon to dmbaturin.
Aug 22 2019, 3:53 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T1606: Rolling release no longer boots after adding hostname daemon.
Aug 22 2019, 3:52 PM · VyOS 1.3 Equuleus (1.3.0)

Aug 21 2019

c-po closed T1601: Rewrite loopback interface type with new style XML/Python interface, a subtask of T1579: Rewrite all interface types in new XML/Python style, as Resolved.
Aug 21 2019, 4:38 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1601: Rewrite loopback interface type with new style XML/Python interface as Resolved.
Aug 21 2019, 4:38 PM · VyOS 1.3 Equuleus (1.3.0)
c-po committed rVYOSONEXd553b380d599: dummy: T1580: remove superfluous if statements.
Aug 21 2019, 4:34 PM
c-po committed rVYOSONEX63cdf781f460: bridge: T1556: remove superfluous if statements.
Aug 21 2019, 4:34 PM
c-po committed rVYOSONEXfe343f428a97: loopback: T1601: rewrite using XML/Python definitions.
Aug 21 2019, 4:34 PM
c-po changed the status of T1601: Rewrite loopback interface type with new style XML/Python interface, a subtask of T1579: Rewrite all interface types in new XML/Python style, from Open to In progress.
Aug 21 2019, 2:46 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T1601: Rewrite loopback interface type with new style XML/Python interface from Open to In progress.
Aug 21 2019, 2:46 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T1601: Rewrite loopback interface type with new style XML/Python interface.
Aug 21 2019, 2:46 PM · VyOS 1.3 Equuleus (1.3.0)

Aug 20 2019

c-po edited a custom field on T1524: Add support to set allow-from network in DNS forwarding.
Aug 20 2019, 10:05 AM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po closed T1595: Migrate deprecated "service dns forwarding listen-on" to listen-address as Resolved.
Aug 20 2019, 10:04 AM · VyOS 1.3 Equuleus (1.3.0)
c-po committed rVYOSONEX3f225b56f576: powerdns: T1595: add config migrator to remove 'listen-on'.
Aug 20 2019, 10:03 AM
c-po committed rVYOSONEXdbdd50e96f5a: powerdns: T1595: remove 'listen-on' CLI option.
Aug 20 2019, 10:03 AM
c-po committed rVYOSONEX34e69abedb61: vyos.interfaces: T1595: add method to query for interface type.
Aug 20 2019, 10:03 AM
c-po committed rVYOSONEXdc0f641956d0: powerdns: T1524: support setting allow-from network.
Aug 20 2019, 10:03 AM
c-po committed rVYOSONEX4074315da3b6: vyos.configtree: add help for set method.
Aug 20 2019, 10:03 AM
c-po closed T1524: Add support to set allow-from network in DNS forwarding, a subtask of T1595: Migrate deprecated "service dns forwarding listen-on" to listen-address, as Unknown Status.
Aug 20 2019, 9:53 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1524: Add support to set allow-from network in DNS forwarding as Unknown Status.
Aug 20 2019, 9:53 AM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po moved T1524: Add support to set allow-from network in DNS forwarding from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 20 2019, 9:53 AM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po renamed T1524: Add support to set allow-from network in DNS forwarding from DNS forwarding allow other source addresses then RFC1918 to Add support to set allow-from network in DNS forwarding.
Aug 20 2019, 9:50 AM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po changed the status of T1524: Add support to set allow-from network in DNS forwarding, a subtask of T1595: Migrate deprecated "service dns forwarding listen-on" to listen-address, from Open to In progress.
Aug 20 2019, 9:37 AM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T1524: Add support to set allow-from network in DNS forwarding from Open to In progress.
Aug 20 2019, 9:37 AM · VyOS 1.2 Crux (VyOS 1.2.3)

Aug 19 2019

c-po closed T1580: Rewrite dummy interface type with new style XML/Python interface, a subtask of T1579: Rewrite all interface types in new XML/Python style, as Resolved.
Aug 19 2019, 9:47 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1580: Rewrite dummy interface type with new style XML/Python interface as Resolved.
Aug 19 2019, 9:47 PM · VyOS 1.3 Equuleus (1.3.0)
c-po committed rVYOSONEX4bd223a00ee3: Python: configinterface: remove debug print() statements.
Aug 19 2019, 9:46 PM
c-po committed rVYOSONEX80ee4d8c5458: dummy: T1580: rewrite in new style XML/Python.
Aug 19 2019, 9:46 PM
c-po committed rVYOSONEX0d33e60261bc: dummy: T1580: Python: support {add,remove}_interface in vyos.configinterface.
Aug 19 2019, 9:46 PM
c-po committed rVYOSONEX5d858f0e6ad0: openvpn: T1548: remove authy 2fa provider.
Aug 19 2019, 9:45 PM
c-po claimed T1580: Rewrite dummy interface type with new style XML/Python interface.
Aug 19 2019, 8:53 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python.
Aug 19 2019, 8:53 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1377: BGP Weight Not properly applying as Resolved.
Aug 19 2019, 8:33 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po moved T1377: BGP Weight Not properly applying from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.3) board.
Aug 19 2019, 8:32 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po edited projects for T1377: BGP Weight Not properly applying, added: VyOS 1.2 Crux (VyOS 1.2.3); removed VyOS 1.2 Crux (VyOS 1.2.2).
Aug 19 2019, 8:32 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po added a comment to T1377: BGP Weight Not properly applying.

Backported to crux

Aug 19 2019, 8:32 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po created T1597: /usr/sbin/rsyslogd after deleting "system syslog".
Aug 19 2019, 8:24 PM · VyOS 1.2 Crux (VyOS 1.2.4)

Aug 18 2019

c-po committed rVYOSONEXafdde0000333: openvpn: T1548: support creating L2 bridges.
Aug 18 2019, 9:26 AM
c-po committed rVYOSONEX2367beb1a7c1: [bridge] T1156: increase bridge priority - bridge interfaces after all member….
Aug 18 2019, 9:26 AM

Aug 17 2019

c-po added a comment to T1595: Migrate deprecated "service dns forwarding listen-on" to listen-address.

Also the subtask T1524 should be part of this migration script as if the new allow-from node does not exist it should be populated by the current hard-coded addresses of 0.0.0.0/0 and ::/0

Aug 17 2019, 8:46 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a parent task for T1524: Add support to set allow-from network in DNS forwarding: T1595: Migrate deprecated "service dns forwarding listen-on" to listen-address.
Aug 17 2019, 8:46 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po added a subtask for T1595: Migrate deprecated "service dns forwarding listen-on" to listen-address: T1524: Add support to set allow-from network in DNS forwarding.
Aug 17 2019, 8:46 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T1595: Migrate deprecated "service dns forwarding listen-on" to listen-address from Open to In progress.
Aug 17 2019, 8:45 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T1595: Migrate deprecated "service dns forwarding listen-on" to listen-address.
Aug 17 2019, 8:45 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T1524: Add support to set allow-from network in DNS forwarding.
Aug 17 2019, 8:00 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po claimed T1524: Add support to set allow-from network in DNS forwarding.
Aug 17 2019, 5:32 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po added a comment to T1333: pdns_recursor does not perform recursive lookups on domain specific forwarders.

Using 1.2-rolling-201908171107 I configured:

set service dns forwarding domain example.com server '172.16.10.1'
set service dns forwarding listen-address '172.18.201.10'
set service dns forwarding name-server '1.1.1.1'
Aug 17 2019, 5:31 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po committed rVYOSONEX66fdca096a26: openvpn: T1548: add 'show interfaces openvpn' op-mode command.
Aug 17 2019, 4:59 PM
c-po updated the task description for T1580: Rewrite dummy interface type with new style XML/Python interface.
Aug 17 2019, 4:40 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T1591: OpenVPN "run show openvpn client status" does not work.
Aug 17 2019, 4:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po committed rVYOSONEXa0bc338338a4: openvpn: T1548: fix generated topology statement for 'server point-to-point'.
Aug 17 2019, 4:14 PM
c-po committed rVYOSONEX9597c6e9a1ed: openvpn: T1548: don't generate config if instance is disabled.
Aug 17 2019, 4:04 PM
c-po committed rVYOSONEX26213a792bf5: openvpn: T1548: fix generated client subnet mask for topology 'server'.
Aug 17 2019, 4:04 PM
c-po committed rVYOSONEXc44cb75ac461: openvpn: T1548: widen generated folder permission to 755.
Aug 17 2019, 4:04 PM
c-po committed rVYOSONEXfd339a3e45ef: openvpn: T1548: add description to generated config file.
Aug 17 2019, 10:13 AM
c-po committed rVYOSONEX7f41c331f902: openvpn: T1548: fix enable/disable of entire interface.
Aug 17 2019, 10:13 AM
c-po committed rVYOSONEX700a3f85bf05: openvpn: T1548: 'disabled' leafNode must be valueless.
Aug 17 2019, 9:54 AM
c-po added a comment to T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python.
  1. OpenVPN site-to-site
Aug 17 2019, 9:51 AM · VyOS 1.3 Equuleus (1.3.0)
c-po placed T849: Make IPv4 and IPv6 BGP options syntax consistent up for grabs.
Aug 17 2019, 12:43 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
c-po moved T1569: interfaceconfig class documetation from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 17 2019, 12:41 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1556: Rewrite Bridge in new style XML syntax from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 17 2019, 12:41 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1582: OpenVPN CLI supports setting local-address multiple times but only the first makes it to the config from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 17 2019, 12:41 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1589: OpenVPN configuration error: Must specify “local-address” or “bridge-group” from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 17 2019, 12:41 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1592: Update Linux Kernel to v4.19.67 from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 17 2019, 12:41 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1551: Error when creating QinQ interface without earlier sets firewall name, if it used from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 17 2019, 12:41 AM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po moved T1551: Error when creating QinQ interface without earlier sets firewall name, if it used from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.3) board.
Aug 17 2019, 12:41 AM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po added projects to T1551: Error when creating QinQ interface without earlier sets firewall name, if it used: VyOS 1.2 Crux (VyOS 1.2.3), VyOS 1.3 Equuleus.
Aug 17 2019, 12:40 AM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po changed the status of T1551: Error when creating QinQ interface without earlier sets firewall name, if it used from Unknown Status to Resolved.
Aug 17 2019, 12:40 AM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po closed T1592: Update Linux Kernel to v4.19.67 as Resolved.
Aug 17 2019, 12:39 AM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T1592: Update Linux Kernel to v4.19.67.
Aug 17 2019, 12:37 AM · VyOS 1.3 Equuleus (1.3.0)
c-po created T1592: Update Linux Kernel to v4.19.67.
Aug 17 2019, 12:37 AM · VyOS 1.3 Equuleus (1.3.0)
c-po removed a subtask for T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python: T1586: OpenVPN add IPv6 support to tunnels.
Aug 17 2019, 12:29 AM · VyOS 1.3 Equuleus (1.3.0)
c-po removed a parent task for T1586: OpenVPN add IPv6 support to tunnels: T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python.
Aug 17 2019, 12:29 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1589: OpenVPN configuration error: Must specify “local-address” or “bridge-group”, a subtask of T1556: Rewrite Bridge in new style XML syntax, as Wontfix.
Aug 17 2019, 12:28 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1589: OpenVPN configuration error: Must specify “local-address” or “bridge-group” as Wontfix.
Aug 17 2019, 12:28 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1589: OpenVPN configuration error: Must specify “local-address” or “bridge-group”.

This error won't be fixed as the new Python/XML implementation of OpenVPN has been merged into current and will appear in the next rolling release.

Aug 17 2019, 12:28 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1582: OpenVPN CLI supports setting local-address multiple times but only the first makes it to the config, a subtask of T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python, as Invalid.
Aug 17 2019, 12:27 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1582: OpenVPN CLI supports setting local-address multiple times but only the first makes it to the config as Invalid.
Aug 17 2019, 12:27 AM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python, a subtask of T1579: Rewrite all interface types in new XML/Python style, from In progress to Needs testing.
Aug 17 2019, 12:22 AM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python from In progress to Needs testing.
Aug 17 2019, 12:22 AM · VyOS 1.3 Equuleus (1.3.0)

Aug 16 2019

c-po added a subtask for T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python: T1591: OpenVPN "run show openvpn client status" does not work.
Aug 16 2019, 9:56 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a parent task for T1591: OpenVPN "run show openvpn client status" does not work: T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python.
Aug 16 2019, 9:56 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T1591: OpenVPN "run show openvpn client status" does not work.
Aug 16 2019, 9:56 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a subtask for T1556: Rewrite Bridge in new style XML syntax: T1589: OpenVPN configuration error: Must specify “local-address” or “bridge-group”.
Aug 16 2019, 10:29 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a parent task for T1589: OpenVPN configuration error: Must specify “local-address” or “bridge-group”: T1556: Rewrite Bridge in new style XML syntax.
Aug 16 2019, 10:29 AM · VyOS 1.3 Equuleus (1.3.0)