vswitch: Factor out detection of internal interfaces into a new function.
authorBen Pfaff <blp@nicira.com>
Fri, 2 Oct 2009 17:41:05 +0000 (10:41 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 3 Oct 2009 00:12:31 +0000 (17:12 -0700)
commit557d8e6cbf2b013ff565458f183df29949729a9b
tree7db6e2b03ad1b2c4cfb4b47ed8164f856bac754c
parent6cfaf517a342e23775b33cc1f67f58554125fac3
vswitch: Factor out detection of internal interfaces into a new function.

The following commit needs to use this same logic, so break it out into
a function to avoid redundancy.
vswitchd/bridge.c