summaryrefslogtreecommitdiffstats
path: root/ip6tables-save.c
diff options
context:
space:
mode:
authorMaciej Zenczykowski <maze@google.com>2011-04-04 15:37:43 +0200
committerPatrick McHardy <kaber@trash.net>2011-04-04 15:37:43 +0200
commit9680f2ecbdb7e5c61ab60e7399e9ca9f1013fd8d (patch)
treee4d7ce6a3d0d8b483ed3cf80c51c7ba37828ff9d /ip6tables-save.c
parentbb9fe8059f40f0dde9c780498f5af42f5aa6a179 (diff)
v6: rename print_rule() to print_rule6()
Signed-off-by: Maciej Zenczykowski <maze@google.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'ip6tables-save.c')
-rw-r--r--ip6tables-save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables-save.c b/ip6tables-save.c
index 1a5e3c8c..d9ecc62d 100644
--- a/ip6tables-save.c
+++ b/ip6tables-save.c
@@ -109,7 +109,7 @@ static int do_output(const char *tablename)
/* Dump out rules */
e = ip6tc_first_rule(chain, h);
while(e) {
- print_rule(e, h, chain, show_counters);
+ print_rule6(e, h, chain, show_counters);
e = ip6tc_next_rule(e, h);
}
}