]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'noprefixroute'
authorDavid S. Miller <davem@davemloft.net>
Thu, 16 Jan 2014 01:00:47 +0000 (17:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jan 2014 01:00:47 +0000 (17:00 -0800)
commit63361dde1afd953ca68ceeedc953b32d1b441dcc
treea1487e383ad39c19412bd2c3c3fa3a91f4f3963a
parent1788e4203aa362d60e0d907d3c420dd6e37cb8a9
parentb091823afdc3550956835c52b78ed4ddf952936e
Merge branch 'noprefixroute'

Thomas Haller says:

====================
ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes

v1 -> v2: add a second commit, handling NOPREFIXROUTE in ip6_del_addr.
v2 -> v3: reword commit messages, code comments and some refactoring.
v3 -> v4: refactor, rename variables, add enum
v4 -> v5: rebase, so that patch applies cleanly to current net-next/master
====================

Signed-off-by: David S. Miller <davem@davemloft.net>