netdev: Let netdev_get_in4(), netdev_get_in6() take null pointer argument.
authorBen Pfaff <blp@nicira.com>
Wed, 30 Jul 2008 22:45:33 +0000 (15:45 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 30 Jul 2008 22:46:38 +0000 (15:46 -0700)
commit2d4b692ecd5aa17d023f233c8b62dacd0bcf8351
tree47649abd85f85bb8200115c6cc171bec5df38eb7
parentbb55cf014af9d4e2f2fd788ba8373df76b7d6dd1
netdev: Let netdev_get_in4(), netdev_get_in6() take null pointer argument.

Some callers want to just test whether the device has an address assigned
and don't care about the particular address, so this simplifies those
callers slightly.
lib/netdev.c