fa18e81 util: move IP route & address object-related functions to virnetdevip.c

Authored and Committed by Laine Stump 7 years ago
    util: move IP route & address object-related functions to virnetdevip.c
    
    These functions all need to be called from a utility function that
    must be located in the util directory, so we move them all into
    util/virnetdevip.[ch] now that it exists.
    
    Function and struct names were appropriately changed for the new
    location, but all code is unchanged aside from motion and renaming.
    
        
file modified
+21 -21
file modified
+5 -11
file modified
+10 -10
file modified
+2 -2
file modified
+23 -108
file modified
+19 -36
file modified
+8 -8
file modified
+6 -6
file modified
+8 -8
file modified
+7 -7
file modified
+69 -0
file modified
+29 -0