fix listing of jump to udc
diff --git a/ebtables.c b/ebtables.c
index 1e87fe3..f4225de 100644
--- a/ebtables.c
+++ b/ebtables.c
@@ -225,6 +225,10 @@
 			printf("ebtables -t %s -A %s ",
 			   replace.name, entries->name);
 
+		/* The standard target's print() uses this to find out
+		 * the name of a udc */
+		hlp->replace = &replace;
+
 		/*
 		 * Don't print anything about the protocol if no protocol was
 		 * specified, obviously this means any protocol will do.