> Source: [sk171753](https://support.checkpoint.com/results/sk/sk171753)

# sk171753 - WRP interfaces and associated routes disappear from Virtual Systems on VSX with Kernel 3.10

| Property | Value |
|----------|-------|
| Solution ID | sk171753 |
| Date Created | 2021-01-29 |
| Last Modified | 2021-08-26 |
| Technical Level | General |
| Products | Security Gateway |
| Versions | R81 (EOS) |

## Symptoms

- * No WRP interface is seen on VS's on VSX with Kernel 3.10.   

  This can be checked with the command:  
  ``
  # for i in `cpstat vsx -f stat | grep "Virtual System" | cut -f 2 -d "|"`; do vsenv $i; ifconfig | grep wrp; done; vsenv 0``

  Note: On R80.40 run:
  ``# for i in `vsx stat -v | egrep -v "Not Applicable|SIC"| grep Trust| awk '{print $1}'`; do vsenv $i; ifconfig | grep wrp; done; vsenv 0``

  <br />

* No routes relevant for WRP interfaces are seen on VS's on VSX with Kernel 3.10  

  This can be checked with the command:  
  ``
  # for i in `cpstat vsx -f stat | grep "Virtual System" | cut -f 2 -d "|"`; do vsenv $i; route -n; done; vsenv 0``

  Note: On R80.40 run:

  ``# for i in `vsx stat -v | egrep -v "Not Applicable|SIC"| grep Trust| awk '{print $1}'`; do vsenv $i; route -n; done; vsenv 0``

## Cause

This is caused by a race condition that can occur on the 3.10 kernel.

## Solution

This problem was fixed. The fix is included starting from:

* [Check Point R81.10](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk170416)
* [Jumbo Hotfix Accumulator for R81](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk170114) starting from Take 34
* [Jumbo Hotfix Accumulator for R80.40](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk165456) starting from Take 119
* [Jumbo Hotfix Accumulator for R80.30](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk153152) starting from Take 235 (Gaia 3.10 only)

Check Point recommends to always upgrade to the most recent version ([Security Gateway](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doShowproductpage&productTab=downloads&product=435) / [VSX](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doShowproductpage&productTab=downloads&product=359) / [Security Management Server](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doShowproductpage&productTab=downloads&product=184) / [Multi-Domain Security Management Server](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doShowproductpage&productTab=downloads&product=166) / [SmartConsole](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doShowproductpage&productTab=downloads&product=191)).

<br />

If you choose not to upgrade, Check Point can supply a **Hotfix** . [Contact Check Point Support](https://www.checkpoint.com/support-services/contact-support/) to get a Hotfix for this issue.  
A Support Engineer will make sure the Hotfix is compatible with your environment before providing the Hotfix.  
For faster resolution and verification, please collect [CPinfo files](http://supportcontent.checkpoint.com/solutions?id=sk92739) from the Security Management Server and Security Gateways involved in the case.

**Hotfix installation instructions:**   
Refer to [sk168597 - How to install a Hotfix](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk168597).

<br />

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
