王龙生

Results 2 comments of 王龙生

One of the bgp evpn routes info. ``` [H3C-229-bgp-default-evpn]dis bgp l2vpn evpn Network NextHop MED LocPrf PrefVal Path/Ogn* >i [2][0][48][5254-002c-719a][0][0.0.0.0]/104 10.1.0.230 0 100 0 i * >i [2][0][48][5254-002c-719a][32][192.168.0.81]/136 10.1.0.230 0...

### 1. If the bgp evpn route ip info contains 0.0.0.0, the ip address in macIpAdvNlri will be null. The code in `org/onosproject/provider/bgp/route/impl/BgpRouteProvider.java` will throw exception. ``` //org/onosproject/provider/bgp/route/impl/BgpRouteProvider.java if ((!exportRt.isEmpty())...