work on gobgp

This commit is contained in:
Eishun Kondoh 2018-10-12 11:09:46 +09:00
parent b9f353809d
commit c3e8b06615
12 changed files with 140 additions and 77 deletions

View file

@ -30,7 +30,7 @@ defmodule EvpnRouter.MixProject do
end
defp rustler_crates do
[evpn_router: [path: "native/gobgp", mode: rustc_mode(Mix.env)]]
[evpn_router: [path: "native/evpn_router", mode: rustc_mode(Mix.env)]]
end
defp rustc_mode(:prod), do: :release