From owner-freebsd-net@FreeBSD.ORG Wed Feb 19 06:43:03 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A453D8D for ; Wed, 19 Feb 2014 06:43:03 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E15E2108B for ; Wed, 19 Feb 2014 06:43:02 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id x3so2112573qcv.30 for ; Tue, 18 Feb 2014 22:43:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=EH6YUulhqbVnIcFLa+H91Ydo4w763w4RwJboU/hBH2M=; b=pDckGgRr1OrDKVlo3NxTu0R3bR8EFyHMB1LpVx+uKi7Ybg2SPQ/fH7saJPGWshVpkm 1bB2Ygd4SwJYNduah3YaGG87baygwBSckG0ylMOwrWWqkUH2Ln4na9UlqzueTtfqDn3e GfBtz/Yu3yNf9O6QZuwHUuZa4Z7xFeymxFQaBbE9M3BiElQHzmaSR8LJZC4Y0HYxgrKP 5OK55mZyZZ/dxPKpyc7NGJyTLBwtKgERNKoTQEtPA9GB1ZKd+HvY6Gi+ErWyzPOKztUu FLZmcfiCGw4m8AOv4/e2svVoROPbyQjxlxI/PT6f0sx2YsLHoGZeVA8ondgG/MNcs+9Q bbTA== MIME-Version: 1.0 X-Received: by 10.224.104.9 with SMTP id m9mr907145qao.18.1392792182072; Tue, 18 Feb 2014 22:43:02 -0800 (PST) Received: by 10.140.43.55 with HTTP; Tue, 18 Feb 2014 22:43:02 -0800 (PST) Date: Wed, 19 Feb 2014 10:43:02 +0400 Message-ID: Subject: how to delete second default route ipv6? From: venom To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 06:43:03 -0000 Hello, All. i have a problem with procedure of delete second ipv6 default route # netstat -f inet6 -nr | grep default default fe80::7afe:3dff:feef:66c1%lagg0 UG lagg0 => default fe80::210:dbff:feff:1002%lagg0 UG lagg0 # route delete -inet6 default route: writing to routing socket: No such process delete net default: not in table # uname -a FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 -- Vladimir Laskov samflanker@gmail.com