Skip to content

Commit

Permalink
Merge pull request #51 from f5devcentral/v1.11.0
Browse files Browse the repository at this point in the history
V1.11.1
  • Loading branch information
DumpySquare authored Dec 11, 2024
2 parents d9d58b3 + db1aa29 commit d703ff3
Show file tree
Hide file tree
Showing 30 changed files with 1,212 additions and 438 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

### Fixed

[BUG] clean up quotes from strings with spaces #47


---

## [1.11.1] - (12-11-2024)

### Fixed

- [RFE] Add another iteration for monitors and ssl settings #39
- monitors, ssl and pool members can be applied at the "service" level
- Most of the time they are applied at the "service group"
- [RFE] Processing vservers using IPv6 addresses #43
- [RFE] ns json output to main work flow #45
- [BUG] options parsing breaks with spaces/quotes/special-chars #46
- [BUG] not capturing DISABLED state of serviceGroup/service members #49

---

Expand Down
30 changes: 15 additions & 15 deletions diagnostics.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,45 +29,45 @@
},
{
"code": "a2ea",
"severity": "Error",
"title": "App with match across services",
"message": "XC cannot match across services, like ftp, control on tcp/21, data on tcp/22",
"regex": "match-across-(pools|services|virtuals) enabled"
"severity": "Warning",
"title": "Content Policy detected",
"message": "NS Content Policies inspect and manipulate traffic based on application layer options like headers/URL. Convert to F5 iRule/Traffic Policies",
"regex": " -policyName "
},
{
"code": "6a1e",
"severity": "Warning",
"title": "Static NAT not supported",
"title": "XC-Static NAT not supported",
"message": "XC can nat, but uses a range of sources -- refine the regex ",
"regex": "snat"
},
{
"code": "2245",
"severity": "Warning",
"title": "snat pool object detected",
"title": "XC-snat pool object detected",
"message": "NATs are supported, but not statics",
"regex": "ltm snatpool"
},
{
"code": "3a67",
"severity": "Error",
"title": "Supporting APM profile detected",
"message": "While not a direct APM profile, these profiles on the VS indicate that an APM profile is applied",
"regex": "(/Common/websso { }|/Common/rba { })"
"title": "",
"message": "",
"regex": ""
},
{
"code": "4987",
"severity": "Error",
"title": "no classmatch allowed in iRule",
"message": "not really XC but will cause problems",
"regex": "classmatch"
"title": "",
"message": "",
"regex": ""
},
{
"code": "5a5a",
"severity": "Error",
"title": "iRule stream profile detected",
"message": "F5 TMOS stream profile functionality not supported",
"regex": "stream::"
"title": "",
"message": "",
"regex": ""
},
{
"code": "0780",
Expand Down
Binary file modified f5_flipper_test.tgz
Binary file not shown.
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "F5 Flipper",
"description": "Breaking down Citrix NetScaler ADC configs",
"publisher": "F5DevCentral",
"version": "1.10.1",
"version": "1.11.1",
"keywords": [
"F5",
"F5Networks",
Expand Down Expand Up @@ -121,11 +121,16 @@
"enablement": "view == nsTemplatesView"
},
{
"command": "f5-flipper.viewJson",
"title": "JSON Output",
"command": "f5-flipper.viewNsLines",
"title": "View NS App Lines",
"category": "F5-Flipper",
"icon": "$(json)",
"enablement": "view == nsConfigView"
"icon": "$(output)"
},
{
"command": "f5-flipper.viewNsJson",
"title": "View NS App Lines",
"category": "F5-Flipper",
"icon": "$(json)"
},
{
"command": "f5-flipper.afton",
Expand Down Expand Up @@ -171,7 +176,7 @@
"group": "inline"
},
{
"command": "f5-flipper.viewJson",
"command": "f5-flipper.viewNsLines",
"when": "view == nsConfigView && viewItem =~ /(nsApp|nsGSLB)/",
"group": "inline"
},
Expand Down
Loading

0 comments on commit d703ff3

Please sign in to comment.