Skip to content

Commit f56716e

Browse files
committed
do not abort if ipv6 route cannot be created
1 parent 9f8f5a6 commit f56716e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httptap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ func Main() error {
429429
LinkIndex: link.Attrs().Index,
430430
})
431431
if err != nil {
432-
return fmt.Errorf("error creating default route: %w", err)
432+
verbosef("error creating default ipv6 route: %w, ignoring", err)
433433
}
434434

435435
// find the loopback device

0 commit comments

Comments
 (0)