Skip to content

Fixing out of order error in gopacket linux routing#408

Merged
ehsandeep merged 1 commit intodevfrom
issue-393-linux-routing
Jul 28, 2022
Merged

Fixing out of order error in gopacket linux routing#408
ehsandeep merged 1 commit intodevfrom
issue-393-linux-routing

Conversation

@Mzack9999
Copy link
Copy Markdown
Member

Description

Fixes #393 by replacing gopacket original slice with maps

Example

$ docker run -it ubuntu
# apt update
# apt install golang build-essential git libpcap-dev
# go run . -host 192.168.1.1
...
192.168.1.1:80
...

@Mzack9999 Mzack9999 added Status: Review Needed The issue has a PR attached to it which needs to be reviewed Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. labels Jul 27, 2022
@Mzack9999 Mzack9999 self-assigned this Jul 27, 2022
@Mzack9999 Mzack9999 linked an issue Jul 27, 2022 that may be closed by this pull request
@Mzack9999 Mzack9999 requested a review from Ice3man543 July 27, 2022 05:38
@ehsandeep ehsandeep merged commit c96121d into dev Jul 28, 2022
@ehsandeep ehsandeep deleted the issue-393-linux-routing branch July 28, 2022 08:56
@ehsandeep ehsandeep removed the Status: Review Needed The issue has a PR attached to it which needs to be reviewed label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker image can't find network interface

3 participants