protocols/network: add LocalIpv6Address (stale bundle!)

This commit is contained in:
Emery Hemingway 2022-12-21 10:24:47 -06:00
parent e550d6c631
commit 37225317d8
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