Page MenuHomeVyOS Platform
Feed All Stories

Mar 29 2020

jestabro changed the status of T2180: get_config_dict should be independent of CLI edit level from Open to In progress.
Mar 29 2020, 7:52 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2172: Enable conf VXLAN without remote address.

This check interferes with the commit.
https://github.com/vyos/vyos-1x/blob/current/src/conf_mode/interfaces-vxlan.py#L163

Mar 29 2020, 4:04 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2178: VRF interface don't get removed when VRF is deleted as Resolved.
Mar 29 2020, 3:49 PM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T2178: VRF interface don't get removed when VRF is deleted.
Mar 29 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0)
c-po triaged T2179: Migrate from radvd to FRR for router advertisements as Low priority.
Mar 29 2020, 3:12 PM · VyOS 1.5 Circinus
c-po closed T1831: Denest IPv6 router-advert from Interfaces to general service as Resolved.
Mar 29 2020, 3:12 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2179: Migrate from radvd to FRR for router advertisements.
Mar 29 2020, 3:11 PM · VyOS 1.5 Circinus
c-po closed T2170: Add ability to create static route from default to VRF as Resolved.
Mar 29 2020, 3:10 PM · VyOS 1.3 Equuleus (1.3.0)
Raeven created T2178: VRF interface don't get removed when VRF is deleted.
Mar 29 2020, 3:04 PM · VyOS 1.3 Equuleus (1.3.0)
runar added a subtask for T2174: Rewrite protocol BGP to new XML/Python style: T1315: Allow BGP to use address-family l2vpn evpn.
Mar 29 2020, 2:55 PM · VyOS 1.3 Equuleus (1.3.0)
runar added a parent task for T1315: Allow BGP to use address-family l2vpn evpn: T2174: Rewrite protocol BGP to new XML/Python style.
Mar 29 2020, 2:55 PM · VyOS 1.3 Equuleus (1.3.0)
runar removed a parent task for T2174: Rewrite protocol BGP to new XML/Python style: T1315: Allow BGP to use address-family l2vpn evpn.
Mar 29 2020, 2:55 PM · VyOS 1.3 Equuleus (1.3.0)
runar removed a subtask for T1315: Allow BGP to use address-family l2vpn evpn: T2174: Rewrite protocol BGP to new XML/Python style.
Mar 29 2020, 2:55 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2170: Add ability to create static route from default to VRF.
vyos@vyos# show interfaces ethernet eth3
 address 192.168.3.1/24
 vrf red
vyos@vyos# show protocols static route 192.168.3.0/24
 next-hop 192.168.3.1 {
     next-hop-interface eth3
     next-hop-vrf red
 }
vyos@vyos# run show ip route | match 192.168.3.0
S>* 192.168.3.0/24 [1/0] via 192.168.3.1, eth3(vrf red), 00:01:05
Mar 29 2020, 2:53 PM · VyOS 1.3 Equuleus (1.3.0)
runar added a parent task for T2174: Rewrite protocol BGP to new XML/Python style: T2175: Rewriting all FRR processes allow for reloading and to XML/Python style.
Mar 29 2020, 2:53 PM · VyOS 1.3 Equuleus (1.3.0)
runar added a subtask for T2175: Rewriting all FRR processes allow for reloading and to XML/Python style: T2174: Rewrite protocol BGP to new XML/Python style.
Mar 29 2020, 2:53 PM
jjakob triaged T2177: Commit fails on adding disabled interface to bridge as Urgent! priority.
Mar 29 2020, 2:49 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob triaged T2176: 'WiFiIf' object has no attribute 'set_state' as Urgent! priority.
Mar 29 2020, 2:43 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1315: Allow BGP to use address-family l2vpn evpn.

I created a network diagram for "l2vpn evpn" implementation.
I used this instruction vxlan-bgp-vpn

Mar 29 2020, 1:44 PM · VyOS 1.3 Equuleus (1.3.0)
runar created T2175: Rewriting all FRR processes allow for reloading and to XML/Python style.
Mar 29 2020, 12:38 PM
Viacheslav removed a parent task for T2028: Convert "interfaces tunnel" to new XML/Python representation: T2173: Add the ability to use VRF on VTI interfaces.
Mar 29 2020, 9:58 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav removed a subtask for T2173: Add the ability to use VRF on VTI interfaces: T2028: Convert "interfaces tunnel" to new XML/Python representation.
Mar 29 2020, 9:58 AM · VyOS 1.4 Sagitta
Viacheslav added a parent task for T2028: Convert "interfaces tunnel" to new XML/Python representation: T2173: Add the ability to use VRF on VTI interfaces.
Mar 29 2020, 9:37 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a subtask for T2173: Add the ability to use VRF on VTI interfaces: T2028: Convert "interfaces tunnel" to new XML/Python representation.
Mar 29 2020, 9:37 AM · VyOS 1.4 Sagitta
Viacheslav created T2174: Rewrite protocol BGP to new XML/Python style.
Mar 29 2020, 9:33 AM · VyOS 1.3 Equuleus (1.3.0)

Mar 28 2020

syncer updated the task description for T2173: Add the ability to use VRF on VTI interfaces.
Mar 28 2020, 10:03 PM · VyOS 1.4 Sagitta
thomas-mangin added a comment to T2173: Add the ability to use VRF on VTI interfaces.

It requires a migration of the VTI interface to python first.

Mar 28 2020, 10:02 PM · VyOS 1.4 Sagitta
c-po changed the status of T2028: Convert "interfaces tunnel" to new XML/Python representation from In progress to Needs testing.
Mar 28 2020, 8:01 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2028: Convert "interfaces tunnel" to new XML/Python representation, a subtask of T1579: Rewrite all interface types in new XML/Python style, from In progress to Needs testing.
Mar 28 2020, 8:01 PM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T1823: l2tpv3 interface migration fails.
Mar 28 2020, 8:01 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1988: Migrate wirelessmodem to new XML/Python style interface, a subtask of T1579: Rewrite all interface types in new XML/Python style, as Resolved.
Mar 28 2020, 8:01 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1988: Migrate wirelessmodem to new XML/Python style interface as Resolved.
Mar 28 2020, 8:01 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a parent task for T1875: Add the ability to use network address as BGP neighbor (bgp listen range): T1315: Allow BGP to use address-family l2vpn evpn.
Mar 28 2020, 5:29 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a subtask for T1315: Allow BGP to use address-family l2vpn evpn: T1875: Add the ability to use network address as BGP neighbor (bgp listen range).
Mar 28 2020, 5:29 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T2173: Add the ability to use VRF on VTI interfaces.
Mar 28 2020, 5:11 PM · VyOS 1.4 Sagitta
c-po updated the task description for T1988: Migrate wirelessmodem to new XML/Python style interface.
Mar 28 2020, 4:15 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2133: ipv6 disable not working.

Well - making all IPv6 stuff a noop is not coded into VyOS. Can you show real life examples of increased attack surface?

Mar 28 2020, 2:54 PM · VyOS 1.3 Equuleus (1.3.7), test, vyatta-cfg-system, vyatta-ipv6-rtradv
Viacheslav renamed T2172: Enable conf VXLAN without remote address from Enable conf vxlan without remote address to Enable conf VXLAN without remote address.
Mar 28 2020, 2:41 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T2172: Enable conf VXLAN without remote address.
Mar 28 2020, 2:40 PM · VyOS 1.3 Equuleus (1.3.0)
elbandi added a comment to T2133: ipv6 disable not working.

it's enabled by default.

Mar 28 2020, 2:06 PM · VyOS 1.3 Equuleus (1.3.7), test, vyatta-cfg-system, vyatta-ipv6-rtradv
jjakob added a comment to T2133: ipv6 disable not working.

It's useful when the user is sure he doesn't want IPv6, as it lessens the attack surface, especially if the user doesn't know he needs to configure a IPv6 firewall separately to the IPv4 firewall. Even link-local addresses can be used to launch attacks in the absence of a firewall config.
IMO the configured interface addresses and v6 nodes should become no-ops, possibly print a warning on commit.
On the other hand, leaving IPv6 enabled, would be better to move in the direction of v6 adoption. Personally, I'd prefer this, and leave v6 enabled by default.

Mar 28 2020, 1:58 PM · VyOS 1.3 Equuleus (1.3.7), test, vyatta-cfg-system, vyatta-ipv6-rtradv
syncer assigned T2045: Can't commit due to with the same name, but different firewall groups types to Unknown Object (User).
Mar 28 2020, 1:30 PM · VyOS 1.3 Equuleus (1.3.6)
syncer added a comment to T2133: ipv6 disable not working.

in my opinion it should be always enabled

Mar 28 2020, 1:18 PM · VyOS 1.3 Equuleus (1.3.7), test, vyatta-cfg-system, vyatta-ipv6-rtradv
c-po added a comment to T2133: ipv6 disable not working.

Actually why do you wan't to disbale IPv6 on the system? I think this is a huge workpackage.

Mar 28 2020, 1:13 PM · VyOS 1.3 Equuleus (1.3.7), test, vyatta-cfg-system, vyatta-ipv6-rtradv
c-po closed T2151: wireless: can't delete interface present in config but not present in system as Resolved.
Mar 28 2020, 1:08 PM · VyOS 1.3 Equuleus (1.3.0)
kabaga added a comment to T2045: Can't commit due to with the same name, but different firewall groups types.

Downloaded the latest rolling, the only thing I have done with the rolling was installing it on a fresh Proxmox VM. I created two firewall groups with the same name - one for address-group and the other is for port-group.

Mar 28 2020, 1:08 PM · VyOS 1.3 Equuleus (1.3.6)
syncer closed T1947: Cannot delete flow-accounting interfaces as Invalid.
Mar 28 2020, 12:18 PM · Rejected
Unknown Object (User) added a comment to T1957: PPPoE server: maintenance mode.

@c-po this is operation commands, as I understand you propose to write py script with return_effective_ , correct?

Mar 28 2020, 12:13 PM · VyOS 1.2 Crux (VyOS 1.2.7)
syncer assigned T1953: DDNS service name validation rejects valid service names to jestabro.
Mar 28 2020, 12:10 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer changed the status of T1953: DDNS service name validation rejects valid service names from Open to Backport candidate.
Mar 28 2020, 12:10 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer edited projects for T1953: DDNS service name validation rejects valid service names, added: VyOS 1.3 Equuleus, VyOS 1.2 Crux (VyOS 1.2.6); removed VyOS 1.2 Crux.
Mar 28 2020, 12:10 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer moved T1957: PPPoE server: maintenance mode from Need Triage to Backport Candidates on the VyOS 1.3 Equuleus board.
Mar 28 2020, 12:09 PM · VyOS 1.2 Crux (VyOS 1.2.7)
syncer triaged T1957: PPPoE server: maintenance mode as Normal priority.
Mar 28 2020, 12:09 PM · VyOS 1.2 Crux (VyOS 1.2.7)
syncer edited projects for T1958: Include only firmware we actually need, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux.
Mar 28 2020, 12:06 PM · VyOS 1.3 Equuleus (1.3.0)
syncer moved T1973: Allow route-map to match on BGP local preference value from Need Triage to Backport Candidates on the VyOS 1.3 Equuleus board.
Mar 28 2020, 12:06 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6), vyatta-cfg-quagga
syncer changed the status of T1973: Allow route-map to match on BGP local preference value from Needs testing to Backport candidate.
Mar 28 2020, 12:05 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6), vyatta-cfg-quagga
syncer changed the status of T1974: Allow route-map to set administrative distance from Needs testing to Backport candidate.
Mar 28 2020, 12:04 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6), vyatta-cfg-quagga
syncer edited projects for T1974: Allow route-map to set administrative distance, added: VyOS 1.3 Equuleus, VyOS 1.2 Crux (VyOS 1.2.6); removed VyOS 1.2 Crux.
Mar 28 2020, 12:04 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6), vyatta-cfg-quagga
syncer triaged T1976: deleting address-family under neighbor will disable neighbor as Normal priority.
Mar 28 2020, 12:03 PM · VyOS 1.3 Equuleus (1.3.7), test
syncer changed the status of T1976: deleting address-family under neighbor will disable neighbor from Open to Needs testing.
Mar 28 2020, 12:03 PM · VyOS 1.3 Equuleus (1.3.7), test
syncer assigned T1983: Expose route-map when BGP routes are programmed in to FIB to jestabro.
Mar 28 2020, 12:02 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer changed the status of T1983: Expose route-map when BGP routes are programmed in to FIB from Open to Backport candidate.
Mar 28 2020, 12:01 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer edited projects for T1983: Expose route-map when BGP routes are programmed in to FIB, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux.
Mar 28 2020, 12:01 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer moved T1985: pppoe: Enable ipv6 modules without configured ipv6 pools from Need Triage to Backport Candidates on the VyOS 1.3 Equuleus board.
Mar 28 2020, 12:00 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer reassigned T1985: pppoe: Enable ipv6 modules without configured ipv6 pools from Unknown Object (User) to jestabro.
Mar 28 2020, 11:59 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer assigned T1995: "show vpn ike sa" command always show child-sas as down to c-po.
Mar 28 2020, 11:58 AM · VyOS 1.2 Crux (VyOS 1.2.8)
syncer assigned T2000: strongSwan does not install routes to table 220 in certain cases to Unknown Object (User).
data
Mar 28 2020, 11:58 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer changed the status of T2000: strongSwan does not install routes to table 220 in certain cases from Open to Confirmed.
Mar 28 2020, 11:57 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer changed the status of T2045: Can't commit due to with the same name, but different firewall groups types from Open to Needs testing.

can you try to reproduce in rolling, please?

Mar 28 2020, 11:55 AM · VyOS 1.3 Equuleus (1.3.6)
syncer assigned T2061: protocol logs not sent to remote syslog to Viacheslav.
Mar 28 2020, 11:54 AM · VyOS 1.2 Crux (VyOS 1.2.7)
syncer assigned T2091: swanctl.conf file is not generated properly if more than one IPsec profile is used to c-po.
Mar 28 2020, 11:53 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer triaged T2115: VyOS Docker container not load config as Normal priority.
Mar 28 2020, 11:52 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus
thomas-mangin added a comment to T2171: Unify creation and manipulation of interfaces.

Regarding the reference counter for changes. It can also be implemented by storing in an Interface specific class level dictionary the last know state of the interface.
However, should multiple instances of the class be run by multiple programs then this could become problematic and this limitation should be kept in mind.

Mar 28 2020, 10:57 AM · VyOS 1.4 Sagitta
thomas-mangin added a comment to T2171: Unify creation and manipulation of interfaces.

The recent change in implementation have changed the code from "if/else" to data-driven.
For example, every class now has a "definition" dictionary which indicates what the interface can/cannot do, for example, be bonded or not or it it supports vlan.

Mar 28 2020, 10:52 AM · VyOS 1.4 Sagitta
c-po added a comment to T2167: vyos.ifconfig.get_mac() broken.

Thanks for the quick fix - I was to blind finding it on my own :/

Mar 28 2020, 10:39 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2167: vyos.ifconfig.get_mac() broken as Resolved.
Mar 28 2020, 10:39 AM · VyOS 1.3 Equuleus (1.3.0)
thomas-mangin added a comment to T2171: Unify creation and manipulation of interfaces.

There this three types of functions which as class can have:

  • "normal" when the first argument is "self"
  • classmethod (using the @classmethod decorator before the function). In that case self replaced from an instance of the class by a reference to the class itself (often called cls, in that case InterfaceClass)
  • staticmethod (where the function does not need class data and is jus placed under the class) can be called with InterfaceClass.func()
Mar 28 2020, 10:31 AM · VyOS 1.4 Sagitta
c-po claimed T2170: Add ability to create static route from default to VRF.
Mar 28 2020, 10:31 AM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2171: Unify creation and manipulation of interfaces.
Mar 28 2020, 10:24 AM · VyOS 1.4 Sagitta
Raeven renamed T2170: Add ability to create static route from default to VRF from Create static route from default to VRF to Add ability to create static route from default to VRF.
Mar 28 2020, 9:14 AM · VyOS 1.3 Equuleus (1.3.0)
Raeven created T2170: Add ability to create static route from default to VRF.
Mar 28 2020, 8:13 AM · VyOS 1.3 Equuleus (1.3.0)

Mar 27 2020

jestabro closed T2169: Remove redundant use of show_config in vyos-merge-config as Resolved.
Mar 27 2020, 9:10 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro triaged T2169: Remove redundant use of show_config in vyos-merge-config as Normal priority.
Mar 27 2020, 8:54 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a subtask for T1846: Make session_config not depend on the current edit level: T2168: Config edit level affecting the show_config() function.
Mar 27 2020, 8:27 PM
jestabro added a parent task for T2168: Config edit level affecting the show_config() function: T1846: Make session_config not depend on the current edit level.
Mar 27 2020, 8:27 PM · VyOS 1.5 Circinus
zsdc created T2168: Config edit level affecting the show_config() function.
Mar 27 2020, 8:22 PM · VyOS 1.5 Circinus
brussell added a comment to T2100: BGP route adverisement wih checks rib.

DFLT_BGP_IMPORT_CHECK can only be set by changing the profile? It can't be set directly? We don't need to change the default timers, just this parameter.

Mar 27 2020, 7:53 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po assigned T2167: vyos.ifconfig.get_mac() broken to thomas-mangin.
Mar 27 2020, 7:39 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2167: vyos.ifconfig.get_mac() broken.
Mar 27 2020, 7:39 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2100: BGP route adverisement wih checks rib.

We don't can do it as default behavior.
Frr documentation, frr has profiles

Mar 27 2020, 5:20 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T2105: wireless: not possible to disabled wlan0.

Fix will be in any rolling release after vyos-1.3-rolling-202003270650-amd64.iso

Mar 27 2020, 3:36 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2105: wireless: not possible to disabled wlan0 as Resolved.
Mar 27 2020, 3:35 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2166: Broken proxy-arp on vif.
Mar 27 2020, 2:55 PM · VyOS 1.3 Equuleus (1.3.0)
brussell added a comment to T2100: BGP route adverisement wih checks rib.

While you are working on this I'd suggest the default behavior to be to check if IGP routes exist by default. The reason most implementations check IGP is described in my initial bug submission along with diagrams. Since advertising unconditionally breaks dynamic routing it may make sense to make this a default.

Mar 27 2020, 2:11 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T2100: BGP route adverisement wih checks rib.

@jestabro Create it please.

Mar 27 2020, 1:25 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jestabro added a comment to T2100: BGP route adverisement wih checks rib.

Thanks, @Viacheslav. We will need to add a migration script for the previous setting; that is simple in this case, since, as you observed, it was a no-op, and can just be dropped. If you are busy, I can add it.

Mar 27 2020, 12:51 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T2100: BGP route adverisement wih checks rib.

@jestabro I fixed commit to

Mar 27 2020, 12:33 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
oxar added a comment to T2165: When trying to add route to ripng it complains that ip address should be IPv4 format.

There is a Pull Request available to correct this: https://github.com/vyos/vyatta-cfg-quagga/pull/45

Mar 27 2020, 10:58 AM · VyOS 1.3 Equuleus (1.3.0)
oxar created T2165: When trying to add route to ripng it complains that ip address should be IPv4 format.
Mar 27 2020, 10:48 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T1729: PIM (Protocol Independent Multicast) implementation from In progress to Needs testing.
Mar 27 2020, 9:34 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)