We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to pingu.conf, setting route-table to 0 should disable the adding of routes. It does not.
The result:
[/etc/pingu]# pingu -v pingu[3700]: Invalid route table 0 pingu[3700]: New interface: eth1 pingu[3700]: eth1: got link pingu[3700]: eth1: new address: 10.11.10.100 pingu[3700]: New route to 0.0.0.0/0 via 10.11.0.1 dev eth1 metric 0 table 1 pingu[3700]: eth1: added route pingu[3700]: New route to 10.11.0.0/16 dev eth1 metric 0 table 1 pingu[3700]: eth1: added route pingu[3700]: 8.8.4.4: new burst to 8.8.4.4 via eth1 pingu[3700]: 8.8.4.4: got seq 1 (1/3) pingu[3700]: 8.8.4.4: got seq 2 (2/3) pingu[3700]: 8.8.4.4: got seq 3 (3/3) pingu[3700]: 8.8.4.4: status is still 1 ^Cpingu[3700]: Shutting down [/etc/pingu]#
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to pingu.conf, setting route-table to 0 should disable the adding of routes. It does not.
The result:
[/etc/pingu]# pingu -v
pingu[3700]: Invalid route table 0
pingu[3700]: New interface: eth1
pingu[3700]: eth1: got link
pingu[3700]: eth1: new address: 10.11.10.100
pingu[3700]: New route to 0.0.0.0/0 via 10.11.0.1 dev eth1 metric 0 table 1
pingu[3700]: eth1: added route
pingu[3700]: New route to 10.11.0.0/16 dev eth1 metric 0 table 1
pingu[3700]: eth1: added route
pingu[3700]: 8.8.4.4: new burst to 8.8.4.4 via eth1
pingu[3700]: 8.8.4.4: got seq 1 (1/3)
pingu[3700]: 8.8.4.4: got seq 2 (2/3)
pingu[3700]: 8.8.4.4: got seq 3 (3/3)
pingu[3700]: 8.8.4.4: status is still 1
^Cpingu[3700]: Shutting down
[/etc/pingu]#
The text was updated successfully, but these errors were encountered: