- Split if_clone.c out of if.c, license in if.c is attached to if_clone.c
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 11 Jan 2008 11:59:41 +0000 (11:59 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 11 Jan 2008 11:59:41 +0000 (11:59 +0000)
commit65a24520bd592fb38128985ab0600a6ea936f105
tree58eadf68b24d9547569787e7145416133f7491df
parent827fd9657ccb19f482062193cb4d36bc1f02f216
- Split if_clone.c out of if.c, license in if.c is attached to if_clone.c
- Split if_clone.h out of if.h and if_var.h, license of if_var.h is attached
  to if_clone.h
- Staticize some variables and function in if_clone.c
- if_clonereq is the only userland visible structure related to this commit;
  it is kept in if.h for now, so userland application won't be aware of this
  commit.  It will be moved to net/if_clone.h

No functional changes.

# if_clone.c is subjected to change to support clone creation with
# additional parameters.
13 files changed:
sys/conf/files
sys/net/bridge/if_bridge.c
sys/net/faith/if_faith.c
sys/net/gif/if_gif.c
sys/net/gre/if_gre.c
sys/net/if.c
sys/net/if.h
sys/net/if_clone.c [new file with mode: 0644]
sys/net/if_clone.h [new file with mode: 0644]
sys/net/if_var.h
sys/net/pf/pfvar.h
sys/net/vlan/if_vlan.c
sys/netinet/ip_carp.c