Fix outdated deps and temporarily comment out route_server.
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
pub mod bgp_packet;
|
||||
pub mod route_client;
|
||||
// pub mod route_client;
|
||||
pub mod server;
|
||||
|
||||
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
use bgpd::server::config::ServerConfig;
|
||||
use bgpd::server::bgp_server::Server;
|
||||
use bgpd::server::config::ServerConfig;
|
||||
use clap::{App, Arg};
|
||||
use core::sync::atomic::AtomicBool;
|
||||
use libc::SIGUSR1;
|
||||
|
||||
Reference in New Issue
Block a user