Wireshark-commits: [Wireshark-commits] master 006a7f5: BGP: Use VNI when VXLAN/VXLAN-GPE encapsulat
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 24 Jun 2020 10:46:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=006a7f51154f50172c9bcf3e1e8a0735ecbe8ec9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

006a7f5 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    BGP: Use VNI when VXLAN/VXLAN-GPE encapsulation is specified
    
    RFC8365 and draft-ietf-idr-tunnel-encaps-15 defines to use the
    MPLS Label field to carry the VNI in the presence of a Tunnel
    Encapsulation Extended Community specifying the use of a VNI.
    
    This is the case for VXLAN and VXLAN-GPE tunnel types.
    
    Bug: 16643
    Change-Id: I4ffc8b024c2102b7fab4d7cb3dd1a5d69c569c12
    Reviewed-on: https://code.wireshark.org/review/37551
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2471ae1   CMake: update a comment regarding Libgcrypt requirement for LTE PDCP
     add  006a7f5   BGP: Use VNI when VXLAN/VXLAN-GPE encapsulation is specified


Summary of changes:
 epan/dissectors/packet-bgp.c | 101 +++++++++++++++++++++++++++++++++++++------
 1 file changed, 87 insertions(+), 14 deletions(-)