1. 10 Nov, 2009 1 commit
    • Mike Frysinger's avatar
      support static-only systems · f2e27cfb
      Mike Frysinger authored
      
      The iptables code supports a "no shared libs" mode where it can be used
      without requiring dlfcn related functionality.  This adds similar support
      to iproute2 so that it can easily be used on systems like nommu Linux (but
      obviously with a few limitations -- no dynamic plugins).
      
      Rather than modify every location that uses dlfcn.h, I hooked the dlfcn.h
      header with stub functions when shared library support is disabled.  Then
      symbol lookup is done via a local static lookup table (which is generated
      automatically at build time) so that internal symbols can be found.
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      f2e27cfb
  2. 26 May, 2009 1 commit
  3. 07 Jan, 2009 1 commit
  4. 01 Apr, 2008 1 commit
  5. 13 Feb, 2008 1 commit
  6. 21 Dec, 2007 1 commit
  7. 11 Oct, 2007 1 commit
  8. 05 Sep, 2007 3 commits
  9. 22 Aug, 2007 2 commits
    • Patrick McHardy's avatar
      iplink: use netlink for link configuration · 1d934839
      Patrick McHardy authored
      
      Add support for using netlink for link configuration. Kernel-support is
      probed, when not available it falls back to using ioctls.
      Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
      1d934839
    • Pavel Emelianov's avatar
      Make ip utility veth driver aware · 4ed390ce
      Pavel Emelianov authored
      
      The new command is called "veth" with the following syntax:
      * ip veth add <dev1> <dev2>
        creates interconnected pair of veth devices.
      * ip veth del <dev>
        destroys the pair of veth devices, where <dev> is either
        <dev1> or <dev2> used to create the pair.
      
      One question that is to be solved is whether or not to create
      a hard-coded netlink family for veth driver. Without it the
      family resolution code has to be moved to general place in ip
      utility (by now it is copy-paste-ed from one file to another
      till final decision).
      Signed-off-by: default avatarPavel Emelianov <xemul@openvz.org>
      4ed390ce
  10. 27 Nov, 2006 2 commits
  11. 10 Jan, 2006 1 commit
  12. 22 Mar, 2005 1 commit
  13. 09 Feb, 2005 1 commit
  14. 17 Jan, 2005 1 commit
  15. 28 Sep, 2004 1 commit
  16. 09 Aug, 2004 1 commit
  17. 30 Jul, 2004 1 commit
  18. 07 Jul, 2004 1 commit
  19. 15 Apr, 2004 3 commits