From nobody Wed Jul 12 11:58:27 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4R1GTw0TRfz4mXPN for ; Wed, 12 Jul 2023 11:58:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4R1GTv6YHLz465L for ; Wed, 12 Jul 2023 11:58:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1689163107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jeuzuUADV3falo9SSXthholRnzTbPK0ooTLCraeLhcM=; b=E+gO/DIwNWjb1Y+6nX8I0BgcFFnFieVc9Qsu5Jy4i7aI+ip21nJms57FK8CA1ae/ciH/mB u9vNFrZeeK8/nONiW1wIedLMS0Cn9yw2qO1otqDFYln0Pr4YJ6zNzAQF3IOjqJ+Yd73qp7 2XUGjfpMZj8yEJXYWdiMY3o+l+EBlIUyiiYRr37DH218/QXQeiedFv52OvmRjCx/prN183 BjO7b5Eeq5dUDsHFj0DQw3dTwkBqeTsq/hTcLulfJXKURiq16jCbwWv5uufS+TrHkhT9On IAx7bEMB0P5ch7mx9b7VRkbpd+dcFdZRqL0SxTNrXcIuvK0eDVyK7Ns5RphxqA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1689163107; a=rsa-sha256; cv=none; b=tF+ACibjrqI3nVE/840PzPUyZO+Xu+RUcBlMK0ZLlfdQpuIXZJvBEkQJLor/Kq5X77mErd PAXPpOWMTQuPPI2FIftSuROiE9hjqn9kSl6eTburbnJMBfpW1joq2NW/a/ZwDotGgWw9fa HqwB//uMQf9Fc6oGcIeFdzc3ulXh/cv1SOOtKneq1I5JbInDRAGhZWEYqY41IE2c4UMFQT Z1KUc13G+F9Bpb7sD0tIPTFaFJdLpuS+1IctFZLjGNyHawFTURP9fTn5cCyQbr3Kytlmyg 69iIh8J3/cnZjDuTgkXKlFpq3NyoIcUonPB49V2iohep4vFVSZNFcBrm4R0XTw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4R1GTv5g1Pz16sy for ; Wed, 12 Jul 2023 11:58:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 36CBwRrr064054 for ; Wed, 12 Jul 2023 11:58:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 36CBwRE7064053 for net@FreeBSD.org; Wed, 12 Jul 2023 11:58:27 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 271308] [FIB] File exists while adding IPv4 Date: Wed, 12 Jul 2023 11:58:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: janakktrivedi@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: melifaro@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271308 Janak Trivedi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janakktrivedi@gmail.com --- Comment #2 from Janak Trivedi --- I am facing exactly the same issue when adding new interface on both firewa= lls in cluster, it won't allow to create interface on secondary firewall. It gi= ves the same error as mentioned above # /etc/rc.d/netif start vlan113 Created clone interfaces: vlan113. ifconfig: ioctl (SIOCAIFADDR): File exists Starting Network: vlan113. vlan113: flags=3D8943 metri= c 0 mtu 1500 description: DEV-PF-AR-IC =20=20=20=20=20=20=20 options=3D1c680703 ether b8:3f:d2:9f:09:ca inet 10.59.255.65 netmask 0xffffffff broadcast 10.59.255.65 vhid 31 groups: vlan carp: BACKUP vhid 31 advbase 1 advskew 150 vlan: 113 vlanproto: 802.1q vlanpcp: 0 parent interface: lagg0 media: Ethernet autoselect status: active nd6 options=3D29 Any help would be much appreciated. I am using 13.2-RELEASE-p1 currently and this issue started immediately aft= er upgrade from 13.1 to 13.2. --=20 You are receiving this mail because: You are on the CC list for the bug.=