Merge branch 'remove_debug_log' into 'master'
Remove debug log See merge request redox-os/netstack!41
This commit is contained in:
@@ -102,7 +102,6 @@ impl Router {
|
||||
|
||||
let IpAddress::Ipv4(src) = rule.src;
|
||||
if src != packet.src_addr() {
|
||||
error!("Changed packet source {} -> {}", packet.src_addr(), src);
|
||||
packet.set_src_addr(src);
|
||||
packet.fill_checksum()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user