#!/usr/bin/awk -f # extract linker version number from stdin and turn into single number { gsub(".*\\)", ""); gsub(".*version ", ""); gsub("-.*", ""); split($1,a, "."); print a[1]*100000000 + a[2]*1000000 + a[3]*10000; exit } anz.ch/cgit.cgi/linux/net-next.git/atom/include/net/ip_fib.h?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/include/net/ip_fib.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-10ipv4: fib: Add events for FIB replace and appendIdo Schimmel1-1/+2
2017-02-08ipv4: fib: Notify about nexthop status changesIdo Schimmel1-0/+7