1. 08 Oct, 2012 1 commit
  2. 03 Oct, 2012 5 commits
    • Stephen Hemminger's avatar
      Merge branch 'vxlan' · 253eb98b
      Stephen Hemminger authored
      Conflicts:
      	include/linux/if_link.h
      253eb98b
    • Matt Burgess's avatar
      iproute2-3.6.0 assumes presence of iptables · 92905c6e
      Matt Burgess authored
      Hi,
      
      When compiling iproute2-3.6.0 on a host that doesn't have iptables available, I get the following error:
      
      gcc -Wall -Wstrict-prototypes -O2 -I../include -DRESOLVE_HOSTNAMES
      -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE
      -DCONFIG_GACT -DCONFIG_GACT_PROB -DYY_NO_INPUT   -c -o em_ipset.o
      em_ipset.c
      em_ipset.c:26:21: fatal error: xtables.h: No such file or directory
      
      Fixed by the following patch, which guards the building of em_ipset.o on
      the presence of suitable headers.
      
      Thanks,
      
      Matt.
      92905c6e
    • Stephen Hemminger's avatar
      Update headers to 3.7-pre-rc · f2264071
      Stephen Hemminger authored
      Get latest headers from merge
      f2264071
    • Petr Písař's avatar
      iproute2: List interfaces without net address by default · 7f747fd9
      Petr Písař authored
      This fixes regression in iproute2-3.5.1 when `ip addr show' skipped
      interfaces without network layer address.
      
      Wrong output:
      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
          inet6 ::1/128 scope host
             valid_lft forever preferred_lft forever
      2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
          link/ether 00:50:54:00:0f:03 brd ff:ff:ff:ff:ff:ff
          inet 10.34.25.198/23 brd 10.34.25.255 scope global eth0
          inet6 2620:52:0:2219:250:54ff:fe00:f03/64 scope global dynamic
             valid_lft 2591919sec preferred_lft 604719sec
          inet6 fe80::250:54ff:fe00:f03/64 scope link
             valid_lft forever preferred_lft forever
      
      Expected output:
      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
          inet6 ::1/128 scope host
             valid_lft forever preferred_lft forever
      2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
          link/ether 00:50:54:00:0f:03 brd ff:ff:ff:ff:ff:ff
          inet 10.34.25.198/23 brd 10.34.25.255 scope global eth0
          inet6 2620:52:0:2219:250:54ff:fe00:f03/64 scope global dynamic
             valid_lft 2591896sec preferred_lft 604696sec
          inet6 fe80::250:54ff:fe00:f03/64 scope link
             valid_lft forever preferred_lft forever
      5: veth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
          link/ether 8a:ec:35:34:1f:a8 brd ff:ff:ff:ff:ff:ff
      6: veth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
          link/ether 2e:97:ef:77:40:82 brd ff:ff:ff:ff:ff:ff
      Signed-off-by: default avatarPetr Písař <ppisar@redhat.com>
      7f747fd9
    • Stephen Hemminger's avatar
      l2tp: remove references to old bridge utils · ec72fd73
      Stephen Hemminger authored
      Can no manage interfaces with ip no need to invoke old brctl
      ec72fd73
  3. 01 Oct, 2012 5 commits
  4. 24 Sep, 2012 1 commit
    • Werner Fink's avatar
      Change how pdf doc's are created · 0ecf26fc
      Werner Fink authored
       Currently the pdf docs are done with
          sgml -> sgmltool -> tex -> latex -> dvi -> dvips -> ps -> ps2pdf -> pdf
       or
          tex -> latex -> dvi -> dvips -> ps -> ps2pdf -> pdf
       with this patch we do
          sgml -> sgmltool -> tex -> pdflatex -> pdf
       or
          tex -> pdflatex -> pdf
      0ecf26fc
  5. 17 Sep, 2012 3 commits
  6. 14 Sep, 2012 1 commit
  7. 11 Sep, 2012 3 commits
  8. 10 Sep, 2012 1 commit
    • Li Wei's avatar
      iproute2: tc.8: update UNITS section. · 8325daf7
      Li Wei authored
      - rename section UNITS to PARAMETERS.
      - break section PARAMETERS down to four subsections to cover the
        common used parameter types(RATES, TIMES, SIZES, VALUES).
      - add some explaination for IEC units in RATES.
      - point out the max value we can set for RATES, TIMES and SIZES.
      Signed-off-by: default avatarLi Wei <lw@cn.fujitsu.com>
      8325daf7
  9. 07 Sep, 2012 3 commits
  10. 04 Sep, 2012 1 commit
  11. 27 Aug, 2012 2 commits
  12. 25 Aug, 2012 2 commits
    • Stephen Hemminger's avatar
      Install all tc and ip sub pages · 5147af5a
      Stephen Hemminger authored
      Add missing entries in Makefile
      5147af5a
    • John Fastabend's avatar
      iproute2: Add FDB print and update cmds for self and master · dc6a6a25
      John Fastabend authored
      Add command to update and print FDB entries with NTF_SELF and
      NTF_MASTER set.
      
      Example usages illustrating use of 'self' to program embedded
      forwarding table and 'master' to configure the forwarding table
      of the bridge. Also shows 'master self' used to update both in
      the same command.
      
      #./br/br fdb add 00:1b:21:55:23:60 dev eth3 self
      #./br/br fdb add 00:1b:21:55:23:60 dev eth3 master
      #./br/br fdb add 00:1b:21:55:23:61 dev eth3 self master
      #./br/br fdb add 00:1b:21:55:23:62 dev eth3
      #./br/br fdb show
      eth3    00:1b:21:55:23:60       local self
      eth3    00:1b:21:55:23:61       local self
      eth3    33:33:00:00:00:01       local self
      eth3    01:00:5e:00:00:01       local self
      eth3    33:33:ff:55:23:59       local self
      eth3    01:00:5e:00:00:fb       local self
      eth33   33:33:00:00:00:01       local self
      eth34   33:33:00:00:00:01       local self
      eth3    00:1b:21:55:23:59       local master
      eth3    00:1b:21:55:23:60       static master
      eth3    00:1b:21:55:23:62       static master
      eth3    00:1b:21:55:23:61       static master
      Signed-off-by: default avatarJohn Fastabend <john.r.fastabend@intel.com>
      dc6a6a25
  13. 21 Aug, 2012 1 commit
  14. 20 Aug, 2012 6 commits
  15. 17 Aug, 2012 2 commits
  16. 16 Aug, 2012 1 commit
  17. 13 Aug, 2012 2 commits
    • Florian Westphal's avatar
      add ematch man page · c487348a
      Florian Westphal authored
      c487348a
    • Florian Westphal's avatar
      tc: add ipset ematch · 8194411a
      Florian Westphal authored
      example usage:
      tc filter add dev $dev parent $id: basic match not ipset'(foobar src)' ..
      
      also updates iproute2/ematch_map, else tc complains:
      Error: Unable to find ematch "ipset" in /etc/iproute2/ematch_map
      Please assign a unique ID to the ematch kind the suggested entry is:
              8       ipset
      
      when trying to use this ematch.
      
      (text ematch (5) only exists in kernel, a vlan ematch (6) exists neither in
       kernel nor userspace, but kernel headers define TCF_EM_VLAN == 6).
      8194411a