Page MenuHomeVyOS Platform

VyOS 1.4 SagittaExperimental
ActivePublic

Recent Activity

Yesterday

acvb added a comment to T5080: Conntrack enabled by default.

Yet about the before comment, when I make a flush in the NFT without maintain the empty structure this error occurs:

Thu, Mar 30, 11:05 PM · VyOS 1.4 Sagitta
acvb added a comment to T5080: Conntrack enabled by default.

Bellow, there are some procedures that I used to unload the conntrack module in my environment.

Thu, Mar 30, 9:28 PM · VyOS 1.4 Sagitta
jestabro closed T4866: Rewrite show_interfaces to standardized form as Resolved.
Thu, Mar 30, 7:55 PM · VyOS 1.4 Sagitta
jestabro closed T4866: Rewrite show_interfaces to standardized form, a subtask of T4564: Root task for rewriting [op-mode] to vyos.opmode format, as Resolved.
Thu, Mar 30, 7:55 PM · VyOS 1.4 Sagitta
jestabro closed T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py', a subtask of T4866: Rewrite show_interfaces to standardized form, as Resolved.
Thu, Mar 30, 7:54 PM · VyOS 1.4 Sagitta
jestabro closed T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py', a subtask of T4885: Rewrite 'clear interfaces counters' from Perl to Python, as Resolved.
Thu, Mar 30, 7:54 PM · VyOS 1.4 Sagitta
jestabro closed T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py' as Resolved.
Thu, Mar 30, 7:54 PM · VyOS 1.4 Sagitta
jestabro added a comment to T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py'.

PR's:
https://github.com/vyos/vyatta-op/pull/60
https://github.com/vyos/vyos-1x/pull/1923

Thu, Mar 30, 7:41 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T4866: Rewrite show_interfaces to standardized form: T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py'.
Thu, Mar 30, 7:10 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T4885: Rewrite 'clear interfaces counters' from Perl to Python: T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py'.
Thu, Mar 30, 7:10 PM · VyOS 1.4 Sagitta
jestabro added parent tasks for T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py': T4866: Rewrite show_interfaces to standardized form, T4885: Rewrite 'clear interfaces counters' from Perl to Python.
Thu, Mar 30, 7:10 PM · VyOS 1.4 Sagitta
jestabro triaged T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py' as Normal priority.
Thu, Mar 30, 7:09 PM · VyOS 1.4 Sagitta
fernando added a comment to T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters'.

confirm, it's working :

Thu, Mar 30, 2:30 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
c-po claimed T5129: Add AWS build flavour.
Thu, Mar 30, 2:20 PM · VyOS 1.4 Sagitta
c-po added a subtask for T5129: Add AWS build flavour: T425: AWS CloudWatch monitoring scripts.
Thu, Mar 30, 2:20 PM · VyOS 1.4 Sagitta
c-po created T5129: Add AWS build flavour.
Thu, Mar 30, 2:20 PM · VyOS 1.4 Sagitta
c-po closed T366: SNMP Query for BGP Tunnels Returns IPv4 Tunnels Only as Resolved.
Thu, Mar 30, 2:19 PM · VyOS 1.4 Sagitta
n.fort added a comment to T5128: Policy route - Allow wildcard interfaces.

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

Thu, Mar 30, 1:18 PM · VyOS 1.4 Sagitta
fernando added a comment to T5127: VPNv4/VPNv6 routes are not reinstalled following link flap.

I would like to make some question. this prefix 10.0.0.0/24 on PE2 is a connected network or learned from another routing protocol (static or BGP)

Thu, Mar 30, 12:09 PM · VyOS 1.4 Sagitta
n.fort changed the status of T5128: Policy route - Allow wildcard interfaces from Open to Confirmed.
Thu, Mar 30, 10:43 AM · VyOS 1.4 Sagitta
n.fort created T5128: Policy route - Allow wildcard interfaces.
Thu, Mar 30, 10:43 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5123: Display route originator in show ospf table command.

We ca ues patches dir https://github.com/vyos/vyos-build/blob/c3f11ba39c50a3bd1c69e61c38f1c82960a15ee7/packages/frr/build-frr.sh#L18

Thu, Mar 30, 7:59 AM · VyOS 1.4 Sagitta
devon renamed T5127: VPNv4/VPNv6 routes are not reinstalled following link flap from VPNv4/VPNV6 routes are not reinstalled following link flap to VPNv4/VPNv6 routes are not reinstalled following link flap.
Thu, Mar 30, 7:13 AM · VyOS 1.4 Sagitta
devon created T5127: VPNv4/VPNv6 routes are not reinstalled following link flap.
Thu, Mar 30, 7:13 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4173: Wan Load Balancing - Error on firewall NAT rules.

There also additional bugs relates iptables-nft with marking packets
https://github.com/vyos/vyatta-wanloadbalance/blob/70ee1319c20e083ab407d8a11faa44c74d05f084/src/lbdecision.cc#L312

[email protected]# sudo nft list table ip mangle
# Warning: table ip mangle is managed by iptables-nft, do not touch!
table ip mangle {
	chain PREROUTING {
		type filter hook prerouting priority mangle; policy accept;
		counter packets 851 bytes 179376 jump WANLOADBALANCE_PRE
	}
Thu, Mar 30, 6:29 AM · VyOS 1.4 Sagitta
diodep added a comment to T5123: Display route originator in show ospf table command.

cool , it could be useful.

Thu, Mar 30, 4:25 AM · VyOS 1.4 Sagitta
jestabro added a comment to T5126: http-api: add 'allow-client' to restrict IP address of client connections.

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

Thu, Mar 30, 1:00 AM · VyOS 1.4 Sagitta
jestabro triaged T5126: http-api: add 'allow-client' to restrict IP address of client connections as Normal priority.
Thu, Mar 30, 12:56 AM · VyOS 1.4 Sagitta

Wed, Mar 29

sdev added a comment to T5101: VYOS 1.4 release no longer displayes output for 'sudo ipsec statusall'.
Management Commands
Wed, Mar 29, 9:30 PM · VyOS 1.4 Sagitta
neilmckee added a comment to T5125: Add op-mode commands for hsflowd based sflow.

Starting in hsflowd version 2.0.50-3, the mod_dbus module can be asked for the current sFlow agent-address along with other stats, and the example "telemetry" and "telemetry.py" scripts in the repo under src/Linux/scripts/ have both been updated. So if you wanted to offer a "show sflow" CLI command then you might adapt one or other of those scripts to extract the information from the running hsflowd process. The steps would be:

Wed, Mar 29, 8:56 PM · VyOS 1.4 Sagitta
Viacheslav created T5125: Add op-mode commands for hsflowd based sflow.
Wed, Mar 29, 8:25 PM · VyOS 1.4 Sagitta
jestabro closed T5089: Add unit test of config_diff, a subtask of T5087: Add support for lexical ordering of nodes in config_tree, as Resolved.
Wed, Mar 29, 7:17 PM · VyOS 1.4 Sagitta
jestabro closed T5089: Add unit test of config_diff as Resolved.
Wed, Mar 29, 7:17 PM · VyOS 1.4 Sagitta
jestabro moved T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters' from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Wed, Mar 29, 7:16 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
jestabro closed T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters' as Resolved.
Wed, Mar 29, 7:16 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
c-po moved T5047: Recreate only a specific container from Backport Candidates to Finished on the VyOS 1.3 Equuleus (1.3.3) board.
Wed, Mar 29, 7:09 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po added a comment to T5047: Recreate only a specific container.

PR for VyOS 1.3 https://github.com/vyos/vyos-1x/pull/1919

Wed, Mar 29, 7:09 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T4173: Wan Load Balancing - Error on firewall NAT rules.

PRl https://github.com/vyos/vyatta-wanloadbalance/pull/15

Wed, Mar 29, 7:00 PM · VyOS 1.4 Sagitta
fernando added a comment to T5123: Display route originator in show ospf table command.

cool , it could be useful.

Wed, Mar 29, 6:42 PM · VyOS 1.4 Sagitta
diodep added a comment to T5123: Display route originator in show ospf table command.

I don't see it as bug , this information can be obtained from OSPF database using LSA or summary:

[email protected]:~$ show ip ospf database

       OSPF Router with ID (1.1.1.1)

                Router Link States (Area 0.0.0.0)

Link ID         ADV Router      Age  Seq#       CkSum  Link count
1.1.1.1        1.1.1.1          696 0x80000007 0xd2d4 2
10.255.254.2   10.255.254.2     630 0x80000008 0x682a 3

                Net Link States (Area 0.0.0.0)

Link ID         ADV Router      Age  Seq#       CkSum
10.180.3.2     10.255.254.2     640 0x80000004 0x6f0a

[email protected]:~$
[email protected]:~$
[email protected]:~$ show ip ospf database router

       OSPF Router with ID (1.1.1.1)

                Router Link States (Area 0.0.0.0)

  LS age: 703
  Options: 0x2  : *|-|-|-|-|-|E|-
  LS Flags: 0x3
  Flags: 0x0
  LS Type: router-LSA
  Link State ID: 1.1.1.1
  Advertising Router: 1.1.1.1
  LS Seq Number: 80000007
  Checksum: 0xd2d4
  Length: 48

   Number of Links: 2

    Link connected to: Stub Network
     (Link ID) Net: 1.1.1.1
     (Link Data) Network Mask: 255.255.255.255
      Number of TOS metrics: 0
       TOS 0 Metric: 1

    Link connected to: a Transit Network
     (Link ID) Designated Router address: 10.180.3.2
     (Link Data) Router Interface address: 10.180.3.3
      Number of TOS metrics: 0
       TOS 0 Metric: 1

  LS age: 637
  Options: 0x2  : *|-|-|-|-|-|E|-
  LS Flags: 0x6
  Flags: 0x0
  LS Type: router-LSA
  Link State ID: 10.255.254.2
  Advertising Router: 10.255.254.2
  LS Seq Number: 80000008
  Checksum: 0x682a
  Length: 60

   Number of Links: 3

    Link connected to: Stub Network
     (Link ID) Net: 10.255.254.2
     (Link Data) Network Mask: 255.255.255.255
      Number of TOS metrics: 0
       TOS 0 Metric: 1

    Link connected to: a Transit Network
     (Link ID) Designated Router address: 10.180.3.2
     (Link Data) Router Interface address: 10.180.3.2
      Number of TOS metrics: 0
       TOS 0 Metric: 1

    Link connected to: Stub Network
     (Link ID) Net: 172.16.50.0
     (Link Data) Network Mask: 255.255.255.0
      Number of TOS metrics: 0
       TOS 0 Metric: 1

also FRR doesn't show the information on that way , so you should use those commands or enable the log .

Wed, Mar 29, 4:26 PM · VyOS 1.4 Sagitta
Viacheslav created T5124: Python3 deprecation distutils.version import LooseVersion.
Wed, Mar 29, 4:00 PM · VyOS 1.4 Sagitta
Viacheslav placed T4173: Wan Load Balancing - Error on firewall NAT rules up for grabs.
Wed, Mar 29, 3:53 PM · VyOS 1.4 Sagitta
jestabro closed T5088: Add lexicographical-numeric compare function for vytree/configtree, a subtask of T5087: Add support for lexical ordering of nodes in config_tree, as Resolved.
Wed, Mar 29, 3:48 PM · VyOS 1.4 Sagitta
jestabro closed T5088: Add lexicographical-numeric compare function for vytree/configtree as Resolved.
Wed, Mar 29, 3:48 PM · VyOS 1.4 Sagitta
jestabro closed T5087: Add support for lexical ordering of nodes in config_tree as Resolved.
Wed, Mar 29, 3:48 PM · VyOS 1.4 Sagitta
fernando triaged T5123: Display route originator in show ospf table command as Wishlist priority.
Wed, Mar 29, 3:30 PM · VyOS 1.4 Sagitta
fernando added a comment to T5123: Display route originator in show ospf table command.

I don't see it as bug , this information can be obtained from OSPF database using LSA or summary:

Wed, Mar 29, 3:21 PM · VyOS 1.4 Sagitta
diodep created T5123: Display route originator in show ospf table command.
Wed, Mar 29, 2:50 PM · VyOS 1.4 Sagitta
fernando closed T4876: mpls - LSP broken on FRR 8.4.1, a subtask of T4846: L3VPN- network command doesn't install direct connected prefix, as Resolved.
Wed, Mar 29, 2:47 PM · VyOS 1.4 Sagitta
fernando closed T4876: mpls - LSP broken on FRR 8.4.1 as Resolved.
Wed, Mar 29, 2:47 PM · VyOS 1.4 Sagitta