radvd 0.0.0

IPv6 router discovery daemon
1
2
3
4
5
6
use anyhow::Result;

#[tokio::main]
async fn main() -> Result<()> {
    Ok(())
}