We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024c9ba commit 2bab316Copy full SHA for 2bab316
test/unit/bvlc.spec.js
@@ -13,7 +13,7 @@ describe('bacstack - BVLC layer', () => {
13
len: 4,
14
func: 10,
15
msgLength: 1482,
16
- forwardedFrom: null,
+ originatingIP: null,
17
});
18
19
@@ -25,7 +25,7 @@ describe('bacstack - BVLC layer', () => {
25
len: 10,
26
func: 4,
27
28
- forwardedFrom: '1.2.255.0', // omit port if default
+ originatingIP: '1.2.255.0', // omit port if default
29
30
31
@@ -37,7 +37,7 @@ describe('bacstack - BVLC layer', () => {
37
38
39
40
- forwardedFrom: '1.2.255.0:47810', // include port if non-default
+ originatingIP: '1.2.255.0:47810', // include port if non-default
41
42
43
0 commit comments