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
when connecting to two network at the same time.
Expected:
Even better:
choosenname0
Actual:
$ sudo netvfy-agent -c 2ndnet [2020-06-08 13:33:00] tapcfg_log: Opening device 'netvfy0' failed, trying to find another one [2020-06-08 13:33:00] connecting to the controller... [2020-06-08 13:33:06] connected! [2020-06-08 13:33:06] connecting to the virtual network... [2020-06-08 13:33:12] connected!
6: netvfy0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000 inet 198.18.0.4/24 brd 198.18.0.255 scope global netvfy0 valid_lft forever preferred_lft forever 8: tap0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000 inet 198.18.0.2/24 brd 198.18.0.255 scope global tap0
3rd network becomes tap1
6: netvfy0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000 inet 198.18.0.4/24 brd 198.18.0.255 scope global netvfy0 valid_lft forever preferred_lft forever 8: tap0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000 inet 198.18.0.2/24 brd 198.18.0.255 scope global tap0 valid_lft forever preferred_lft forever 9: tap1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000 inet 198.18.0.1/24 brd 198.18.0.255 scope global tap1 valid_lft forever preferred_lft forever
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when connecting to two network at the same time.
Expected:
Even better:
choosenname0
Actual:
3rd network becomes tap1
The text was updated successfully, but these errors were encountered: