work on gobgp
This commit is contained in:
parent
b9f353809d
commit
c3e8b06615
12 changed files with 140 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue