protocols/network: add LocalIpv6Address #1

Open
ehmry wants to merge 1 commits from ehmry/synit:LocalIpv6Address into main
1 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,14 @@ CarrierState =
/ =carrier
.
LocalIpv6Address = <ipv6
; sixteen bytes
@address bytes
; a non-global address may be in use in multiple zones
@zone string
; addresses are either link-local or global
@linkLocal bool> .
Route = <route
@addressFamily AddressFamily
@destination RouteDestination