arp -s auto fails for inet alias subnets

From: Pawel Malachowski (pawmal-posting_at_freebsd.lublin.pl)
Date: 02/11/05

  • Next message: Li, Qing: "known TCP vulnerability ??"
    Date: Fri, 11 Feb 2005 20:09:18 +0100
    To: freebsd-net@freebsd.org
    
    

    Hello,

    ifconfig fxp0 inet 10.0.0.1/24
    ifconfig fxp0 inet add 10.0.1.1/24

    both
     arp -s 10.0.0.2 1:1:1:1:1:1 pub
     arp -s 10.0.1.2 1:1:1:1:1:1 pub
    work.

    however
     arp -s 10.0.0.2 auto pub
    works, but
     arp -s 10.0.1.2 auto pub
    fails with no interface found for 10.0.1.2.

    Tested with FreeBSD 4.10-STABLE, 5.3-RELEASE.

    -- 
    Paweł Małachowski
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Li, Qing: "known TCP vulnerability ??"