Skip to content

Commit

Permalink
Test for "none" in "mac" reply
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenecal committed Jul 31, 2023
1 parent 94f9675 commit aba8cdf
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
[{"interface": "em0.0", "ip": "fd00:1111:1111::2", "mac": "FE:54:00:08:EE:00", "age": 884.0, "state": "stale"}, {"interface": "em0.0", "ip": "fd00:2222:2222::2", "mac": "FE:54:00:08:EE:00", "age": 8.0, "state": "reachable"}, {"interface": "em0.0", "ip": "fe80::24e6:6cff:fe85:9ecb", "mac": "FE:54:00:08:EE:00", "age": 850.0, "state": "stale"}]
[
{
"interface": "em0.0",
"ip": "fd00:1111:1111::2",
"mac": "FE:54:00:08:EE:00",
"age": 884.0,
"state": "stale"
},
{
"interface": "em0.0",
"ip": "fd00:2222:2222::2",
"mac": "FE:54:00:08:EE:00",
"age": 8.0,
"state": "reachable"
},
{
"interface": "em0.0",
"ip": "fe80::24e6:6cff:fe85:9ecb",
"mac": "FE:54:00:08:EE:00",
"age": 850.0,
"state": "stale"
},
{
"interface": "ae0.3",
"ip": "2001:db8::3",
"mac": "",
"age": 3.0,
"state": "unreachable"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,14 @@
<ipv6-nd-issecure>no</ipv6-nd-issecure>
<ipv6-nd-interface-name>em0.0</ipv6-nd-interface-name>
</ipv6-nd-entry>
<ipv6-nd-total>3</ipv6-nd-total>
<ipv6-nd-entry>
<ipv6-nd-neighbor-address>2001:0DB8::3</ipv6-nd-neighbor-address>
<ipv6-nd-neighbor-l2-address>none</ipv6-nd-neighbor-l2-address>
<ipv6-nd-state>unreachable</ipv6-nd-state>
<ipv6-nd-expire>3</ipv6-nd-expire>
<ipv6-nd-isrouter>no</ipv6-nd-isrouter>
<ipv6-nd-issecure>no</ipv6-nd-issecure>
<ipv6-nd-interface-name>ae0.3</ipv6-nd-interface-name>
</ipv6-nd-entry>
<ipv6-nd-total>4</ipv6-nd-total>
</ipv6-nd-information>

0 comments on commit aba8cdf

Please sign in to comment.