Add getIPv6For6To4 to IPAddressV4
authorEmil Hesslow <emil@fb.com>
Tue, 20 Oct 2015 21:52:07 +0000 (14:52 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Wed, 21 Oct 2015 00:20:20 +0000 (17:20 -0700)
commit39804eda219803f1ee57b87ce1492eaab7d84d78
treecb672b77d15e55228d33b998728c6e20eeb5ff49
parentad7ca67b51d0d82a7fc21506921b5144b3f6f77d
Add getIPv6For6To4 to IPAddressV4

Summary: - I added this in PHP ( D2534138 ) so add it here too
- This is my first folly diff so I probably done something wrong :)

Reviewed By: yfeldblum

Differential Revision: D2549168

fb-gh-sync-id: 5e6a80097be01fb54342e0c9da5b69465f695f80
folly/IPAddressV4.cpp
folly/IPAddressV4.h
folly/test/IPAddressTest.cpp