commit | a00b1c3f74d329c1ca65826e430efa9105a72465 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Feb 01 18:57:17 2019 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Feb 14 12:10:12 2019 -0800 |
tree | d72155b9b79b7de937dac308e34cbe9562b571a0 | |
parent | 5058f57a88d697034a8ed20145489d9cdb8c5275 [diff] |
util: Add InAddrAny population function We commonly want to be able to turn netlink network order address data into the corresponding InAddrAny when parsing netlink data. This makes it trivial given the address family and data buffer. Tested: Ran throgh unit tests and builds fine in a BMC image. Change-Id: I4ebe1dbd284f150ea03ee091cddda5a06806c01f Signed-off-by: William A. Kennington III <wak@google.com>