From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 775C9C43381 for ; Sat, 23 Mar 2019 13:00:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 17AEB218A2 for ; Sat, 23 Mar 2019 13:00:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=tutanota.com header.i=@tutanota.com header.b="qkxPT6PS" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727457AbfCWNAL (ORCPT ); Sat, 23 Mar 2019 09:00:11 -0400 Received: from w1.tutanota.de ([81.3.6.162]:36874 "EHLO w1.tutanota.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727267AbfCWNAL (ORCPT ); Sat, 23 Mar 2019 09:00:11 -0400 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id 828E8FA07E7 for ; Sat, 23 Mar 2019 13:00:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tutanota.com; s=20161216; t=1553346009; bh=AT3HY+C8LkAgDg0a4Dz05a9/7xdRFKkW5FyU4buGuOY=; h=Date:From:To:Cc:Subject:From; b=qkxPT6PSEZJcUm3al4GnziXHAqXOt3PKHqByatmtnD9n3qjDwOxoikI6lyJjTazLu 1x5pe6A8eYxNejHyFq7/dLuAg9eQOrWX+nDw/EQe1OrnKuw8/K0e5ukeFjjo1p40hT K3WTWizLWeSPMGQYtqiWVZb3oAMErMfjxj8aVoJNoOJ3MeXxx1Qs24bVyQCMO3TbBa kmZi019wxA6+MUj0UTi/bZNq1P22LSxT4qsFTuqTdugPH5MU7StG4VBK8OyTnbVfOO Avi2t8sHD6RI57N1O44LY6fG7hfi/IUOmaZ2KsuZ3suOvDxggNlP5aSZSz1NukGal7 9VzIBAsHxVLIw== Date: Sat, 23 Mar 2019 14:00:09 +0100 (CET) From: To: Cc: stephen@networkplumber.org, kuznet@ms2.inr.ac.ru, jason@zx2c4.com, dsahern@gmail.com, Message-ID: Subject: [BUG][iproute2][5.0] ip route show table default: "Error: ipv4: FIB table does not exist." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org After upgrading iproute2 from 4.20 to 5.0 the following error occurs: $ ip route show table default Error: ipv4: FIB table does not exist. Dump terminated The command works for all tables other than 'default' one. It seems related to this commit[1] I also saw "Error: ipv4: MR table does not exist." message in logs related to this commit[2] but don't know exact command to reproduce it. I've seen some fixups[3] for mentioned commits and wonder it they weren't complete. I reproduced it on Linux 4.20.17 and 5.0.3. [1] https://github.com/torvalds/linux/commit/18a8021a7be3207686851208f91a2f105b2d4703#diff-04a14e4f51765994f87e7e5e7681d0e1R861 [2] https://github.com/torvalds/linux/commit/cb167893f41e21e6bd283d78e53489289dc0592d#diff-9900db808ce5e5dd24a7341cd8ed1609R2545 [3] https://github.com/torvalds/linux/commit/73155879b3c1ac3ace35208a54a3a160ec520bef