Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packet field comparisons should be forgiving of whitespace and case #5

Open
guntbert opened this issue May 19, 2017 · 1 comment
Open

Comments

@guntbert
Copy link
Contributor

It took me some time to find out why all my packets got swallowed by the first router.

I had used "bob" and "carol" instead of "Bob" and "Carol" and the routing tables are apparently case sensitive which I didn't expect.

@errorinn
Copy link
Owner

case sensitivity, prefixed/appended spaces, and interim spaces (eg "Zombie 1") caused a lot of trouble in our live workshop. I'm planning to replace all the == string comparisons with something to deal with this.

@errorinn errorinn changed the title Instructions: mention that "adresses" are case sensitive Packet field comparisons should be forgiving of whitespace and case May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants