From c3a408b61f615eb987d3f186881c816b7788fed0 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 24 Sep 2012 21:43:05 +0200 Subject: [PATCH] docs: bpfc: document number input format Signed-off-by: Daniel Borkmann --- Documentation/Bpfc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/Bpfc b/Documentation/Bpfc index 8fd5f85c..fa298210 100644 --- a/Documentation/Bpfc +++ b/Documentation/Bpfc @@ -137,6 +137,9 @@ Mode Description #rxhash The packet hash computed on reception #cpu CPU number the packet was received on +The #k argument can be in hex (0xff), decimal (256), binary (0b11111111) or +octal (0377) format. + A simple example on how BPF works is demonstrated by retrieving the previous example of an ARP filter. This time, it is written in BPF language, that bpfc understands: -- 2.11.4.GIT