Bug 641068
| Summary: | Doesn't work as an idicator of the VPN connection | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matěj Cepl <mcepl> | |
| Component: | NetworkManager-openswan | Assignee: | Avesh Agarwal <avagarwa> | |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | low | |||
| Version: | 14 | CC: | avagarwa, mcepl, msanders, sgrubb | |
| Target Milestone: | --- | Keywords: | Triaged | |
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 705890 (view as bug list) | Environment: | ||
| Last Closed: | 2012-03-06 20:11:04 UTC | Type: | --- | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 637248, 705890, 738385 | |||
|
Description
Matěj Cepl
2010-10-07 17:13:54 UTC
I looked at this, here is the reason. Openswan does not create any interface like tun0 something done by vpnc. When tun0 is down, NM gets to know about it, and takes care of removing the padlock. However, as there is no such interface with Openswan, NM never comes to know about it, and does not take padlock icon away. It will probably require changes in NM, so that when openswan connection goes down, and it should take this padlock away, or it will require creating tun like interface in Openswan (but Openswan upstream does not seem comfortable with it). So, what to do? Switch this to NM bug? Specifically, if NM can track ip address add/delete events in addition to network interface up/down events, then it can work for Openswan. I will send email to Dan Williams, and see what are his views. this affects RHEL 6.0 also This has been solved in rhel (705890 738385) and patches have been upstream nm-openswan and openswan so closing it as fixed. |