Change netdev_get_in4() to re-check the IP address on each call.
authorBen Pfaff <blp@nicira.com>
Tue, 19 Aug 2008 18:14:52 +0000 (11:14 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Aug 2008 18:51:17 +0000 (11:51 -0700)
commit16c4a745d76f9d4bc119474f4caa5b11ec3df190
tree126b06690d53fb05794b5476a5f0d28b031c6a21
parent12e6e0e2dd02ce8c89b6024fd6ba02698bec61ef
Change netdev_get_in4() to re-check the IP address on each call.

As part of implementing switch stats, secchan wants to report the
IP address currently configured on an interface.  Caching it for
all time defeats that purpose.
lib/netdev.c