Code Monkey home page Code Monkey logo

ndproxy's People

Contributors

6-6-6 avatar lunar-zz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ndproxy's Issues

v0.3

  • the method to check whether a neighbor exists
    • do not directly communicate with netlink, since it is a dedicated feature of Linux. maybe capture the NA message?
  • find some package to replace treebitmap
  • update the example config file (write a manual?)

Build Error: package `treebitmap` has been archived.

Build Error: package treebitmap has been archived within replaceable sources such as TUNA, SJTU.

The error is followed by

error: no matching package named `treebitmap` found
location searched: registry `crates-io`
required by package `ndproxy v0.2.2-dev (/home/mxx/Apps/ndproxy)`

Because of some everybody-known reasons, I cannot use the official source cargo.io.

Sender may report no buffer space available

ndproxy/src/nd_proxy.rs

Lines 189 to 204 in e156c2f

match self.pkt_sender.send_to(
na_pkt.packet(),
&SocketAddrV6::new(ns_origin, 0, 0, scope_id).into(),
) {
Ok(_) => Ok(()),
Err(e) => {
error!(
"NDProxy for {}: [{:?}] failed to send Neighbor Advertisement packet to interface {}.",
self.proxied_prefix,
e,
self.upstream_ifs.get(&scope_id).unwrap().get_name()
);
Err(())
}
}
}

 ERROR ndproxy::nd_proxy   > NDProxy for 2400:dd01:103a:2020::/64: [Os { code: 105, kind: Other, message: "No buffer space available" }] failed to send Neighbor Advertisement packet to interface enp3s0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.