summaryrefslogtreecommitdiffstats
path: root/examples/rtnl/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* examples: add rtnl-link-canDario Binacchi2023-04-291-0/+4
| | | | | | | | | | | | I developed this application to test the Linux kernel series referenced below. I could not use the iproute2 package since the microcontroller is without MMU. On suggestion of the Linux CAN subsystem maintainer I decided to upstream it. Cc: Marc Kleine-Budde <mkl@pengutronix.de> Link: https://marc.info/?l=linux-netdev&m=167999323611710&w=2 Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Florian Westphal <fw@strlen.de>
* examples: Add rtnl-addr-add.cPetr Vorel2019-05-061-1/+5
| | | | | Signed-off-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* examples: add arp cache dump exampleLaura Garcia Liebana2018-05-181-1/+5
| | | | | | | | | Adding ARP example in order to dump the info in the form: index=<interface> family=<family> dst=<destination ip> lladdr=<mac address> state=<arp status> Signed-off-by: Laura Garcia Liebana <nevola@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* examples: add rtnl-addr-dumpPablo Neira Ayuso2013-05-281-1/+5
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* examples: rtnl-route-event: update Makefile.amPablo Neira Ayuso2013-04-241-1/+5
| | | | | | So you can compile rtnl-route-event via `make check' Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* build: remove unneeded -dynamic -ldl -nostartfiles flagsJan Engelhardt2010-10-191-7/+0
| | | | | | | | | Besides that -ldl should be in _LDADD (not _LDFLAGS), I do not see any dlopen calls at all that would make the library a requirement. I also see no reason to use -Wc,-nostartfiles. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* examples: put examples files into specific directoriesPablo Neira Ayuso2010-09-081-0/+35
put examples files into specific directories according to the Netlink bus they work with. And minor update in the readme file Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>