IPv6 Extension Headers

From: Srinivas Goud (cnugoud_at_gmail.com)
Date: 06/27/05

  • Next message: cole_at_opteqint.net: "Packet interception / Mangling"
    Date: Mon, 27 Jun 2005 15:32:02 +0530
    To: freebsd-hackers@freebsd.org
    
    

    Hello All,
    I am working on IPv6 Extension Headers Implementation.
    I am confused with freeBSD implementation and RFC2460 specification
    for Destination Options.

    My interpretation from RFC2460 is that, If a packet consists of
    hop-by-hop and destination extension headers, destination header
    should be inserted inside AH.
    i.e., hop + AH + dst.

    But freeBSD implementation is the other way,
    i.e., hop + dst + AH.

    which is correct way of implementation according to RFC2460? Please
    let me know, if my interpretation is wrong.

    Any help will be appreciated greatly.

    Thanks,
    Srinivas.

    -- 
    Srinivas Goud
    "Everything is Nicer when shared with a Friend"
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    

  • Next message: cole_at_opteqint.net: "Packet interception / Mangling"