Add link-local scope handling
authorDave Watson <davejwatson@fb.com>
Fri, 8 Aug 2014 18:28:15 +0000 (11:28 -0700)
committerSara Golemon <sgolemon@fb.com>
Tue, 9 Sep 2014 21:22:22 +0000 (14:22 -0700)
commit4547b603051edf32b219d357fe1ded184348003e
tree7a75e574d15c837ed79d9439f7da4de653fc2d9b
parent46e3ed2921bd4e5de81fbc36fcb6a82d30d1499f
Add link-local scope handling

Summary: Also save the link-local scope in the V6 address.  See D1479365 for more details

Test Plan: fbconfig folly/test:network_address_test; fbmake runtests

Reviewed By: simpkins@fb.com

Subscribers: marccelani, doug, ps, bmatheny

FB internal diff: D1486435
folly/IPAddress.cpp
folly/IPAddress.h
folly/IPAddressV6.cpp
folly/IPAddressV6.h
folly/detail/IPAddress.h
folly/test/IPAddressTest.cpp