| Submitter | stephen hemminger |
|---|---|
| Date | Dec. 12, 2012, 4:58 p.m. |
| Message ID | <20121212085852.5b840314@nehalam.linuxnetplumber.net> |
| Download | mbox | patch |
| Permalink | /patch/205580/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Le 12/12/2012 17:58, Stephen Hemminger a écrit : > Add netconf.h for use by iproute2. > > Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> > > --- a/include/uapi/linux/Kbuild 2012-10-25 09:11:15.499273810 -0700 > +++ b/include/uapi/linux/Kbuild 2012-12-12 08:56:36.130263710 -0800 > @@ -258,6 +258,7 @@ header-y += neighbour.h > header-y += net.h > header-y += net_dropmon.h > header-y += net_tstamp.h > +header-y += netconf.h > header-y += netdevice.h > header-y += netfilter.h > header-y += netfilter_arp.h > -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Nicolas Dichtel <nicolas.dichtel@6wind.com> Date: Wed, 12 Dec 2012 18:04:26 +0100 > Le 12/12/2012 17:58, Stephen Hemminger a écrit : >> Add netconf.h for use by iproute2. >> >> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> > Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
--- a/include/uapi/linux/Kbuild 2012-10-25 09:11:15.499273810 -0700 +++ b/include/uapi/linux/Kbuild 2012-12-12 08:56:36.130263710 -0800 @@ -258,6 +258,7 @@ header-y += neighbour.h header-y += net.h header-y += net_dropmon.h header-y += net_tstamp.h +header-y += netconf.h header-y += netdevice.h header-y += netfilter.h header-y += netfilter_arp.h
Add netconf.h for use by iproute2. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html