Skip to content
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

Revert "Revert "[BFN] Enable m_isCombinedMirrorV6Table for BFN"" #1215

Conversation

msosyak
Copy link
Contributor

@msosyak msosyak commented Mar 4, 2020

What I did
Enable m_isCombinedMirrorV6Table for BFN

Why I did it
To fix typo in initial PR #1177

Reverts #1209 which reverts #1206 as #1206 changes requested for 201911 branch. See #1212

@msosyak
Copy link
Contributor Author

msosyak commented Mar 4, 2020

@prsunny Please merge

@prsunny
Copy link
Collaborator

prsunny commented Mar 4, 2020

@msosyak , its already included in 201911 by cherry-pick from master. You can close this PR. Check labels in original PR #1212

@prsunny prsunny self-requested a review March 4, 2020 19:12
@msosyak msosyak closed this Mar 5, 2020
@msosyak msosyak deleted the revert-1209-revert-1206-mirror_combined_201911 branch March 5, 2020 09:59
EdenGri pushed a commit to EdenGri/sonic-swss that referenced this pull request Feb 28, 2022
…onic-net#1215)

route_check.py will report an ERROR in syslog if route mismatch is
found, which is out control of monit config file. This commit add an
option (-s) to control whether error will be reported in syslog.

**- How to verify it**
The update is verified on Arista-7260.
1. Add a static route whose nexthop is not reachable.

```
ip route add 1.1.1.1 via 192.168.1.101
```
2. Run ```route_check.py```, and error msg is only printed on stdout. Nothing is writen to syslog
3. Run ```route_check.py -s```. and error msg is writen to both stdout and syslog
4. Wait for 15 minutes, and confirm that monit will report the error
```
Nov  4 09:30:36.917367 str-7260cx3-acs-2 ERR monit[631]: 'routeCheck' status failed (255) -- results: { {sonic-net#12    "missed_ROUTE_TABLE_routes": [sonic-net#12        "1.1.1.1/32"sonic-net#12    ]sonic-net#12} }sonic-net#12 Failed. Look at reported mismatches above
```

Signed-off-by: bingwang <bingwang@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants