-
Notifications
You must be signed in to change notification settings - Fork 276
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
ixia-c example refactoring #1784
Conversation
Fixed IP addresses
Fixed IP addresses
Fixed IP addresses
- "./ifcfg add eth1 1.1.1.1 24" | ||
- "./ifcfg add eth2 2.2.2.1 24" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why chanigng 10 for 1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the file ipv4_forwarding.go test setup is the following, wich is correct, but in the scripts IP addresses are wrong.
Test IPv4 Forwarding with
- Endpoints: OTG 1.1.1.1 -----> 1.1.1.2 DUT 2.2.2.1 ------> OTG 2.2.2.2
- Static Route on DUT: 20.20.20.0/24 -> 2.2.2.2
- TCP flow from OTG: 10.10.10.1 -> 20.20.20.1+
hi @hellt looking into this. with the latest |
@bortok hi can you create a new one! |
sounds good, will create soon |
closing this in favor of keysight-provided renewed lab example |
The original configuration didn't worked.