Fix outdated deps and temporarily comment out route_server.

This commit is contained in:
Rayhaan Jaufeerally
2023-05-29 16:43:22 +02:00
parent 2101ee02e0
commit a38ff34634
4 changed files with 11 additions and 14 deletions

View File

@ -1,3 +1,3 @@
pub mod bgp_packet;
pub mod route_client;
// pub mod route_client;
pub mod server;

View File

@ -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;