Unfortunately I can not reproduce this issue
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Aug 25 2019
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.
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.
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 24 2019
Aug 24 2019
Aug 23 2019
Aug 23 2019
c-po added a comment to T1333: pdns_recursor does not perform recursive lookups on domain specific forwarders.
c-po triaged T1608: bridge: Bridge adding non existing interfaces is allowed but does not work as High priority.
c-po edited a custom field on T1608: bridge: Bridge adding non existing interfaces is allowed but does not work.
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
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
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 22 2019
Aug 22 2019
c-po updated the task description for T1606: Rolling release no longer boots after adding hostname daemon.
Aug 21 2019
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.
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.
c-po changed the status of T1601: Rewrite loopback interface type with new style XML/Python interface from Open to In progress.
Aug 20 2019
Aug 20 2019
c-po closed T1595: Migrate deprecated "service dns forwarding listen-on" to listen-address as Resolved.
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.
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.
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.
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.
c-po changed the status of T1524: Add support to set allow-from network in DNS forwarding from Open to In progress.
Aug 19 2019
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.
c-po updated the task description for T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python.
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.
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).
Backported to crux
Aug 18 2019
Aug 18 2019
Aug 17 2019
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
c-po changed the status of T1595: Migrate deprecated "service dns forwarding listen-on" to listen-address from Open to In progress.
c-po updated the task description for T1524: Add support to set allow-from network in DNS forwarding.
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'
c-po updated the task description for T1580: Rewrite dummy interface type with new style XML/Python interface.
c-po updated the task description for T1591: OpenVPN "run show openvpn client status" does not work.
- OpenVPN site-to-site
c-po moved T1569: interfaceconfig class documetation from Need Triage to Finished on the VyOS 1.3 Equuleus board.
c-po moved T1556: Rewrite Bridge in new style XML syntax from Need Triage to Finished on the VyOS 1.3 Equuleus board.
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.
c-po moved T1592: Update Linux Kernel to v4.19.67 from Need Triage to Finished on the VyOS 1.3 Equuleus board.
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.
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.
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.
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.
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.
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.
c-po changed the status of T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python from In progress to Needs testing.
Aug 16 2019
Aug 16 2019