`IPVAddressV(46)::fromInverseArpaName` static methods v2017.04.17.00
authorAngelo Failla <pallotron@fb.com>
Sun, 16 Apr 2017 10:10:17 +0000 (03:10 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 16 Apr 2017 10:19:50 +0000 (03:19 -0700)
commit5da6f8de1779620e07722fea4d6e0bbc31e2e226
treec4926fc6024049deedc1ea3400967f742e0c4047
parentab7561bec78a9d6999f9d4f1305cd4d23306ea82
`IPVAddressV(46)::fromInverseArpaName` static methods

Summary:
In a previous diff I added toInverseArpaName methods but I forgot to add the
inverse. This change adds `IPVAddressV(46)::fromInverseArpaName` static methods.
I have also implemented some suggestions that were in D4867502 but I couldn't
incorporate because the diff was landed already.

Reviewed By: yfeldblum

Differential Revision: D4885198

fbshipit-source-id: b95752aa695d6675cb293f8df2daa1787383390f
folly/IPAddressV4.cpp
folly/IPAddressV4.h
folly/IPAddressV6.cpp
folly/IPAddressV6.h
folly/test/IPAddressTest.cpp