From 86b37a9c99511d7ae157e63b6e566c717b722a30 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Wed, 31 Jul 2002 19:55:34 +0000 Subject: *** empty log message *** --- userspace/scripts/Make_userspace_diff | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'userspace/scripts') diff --git a/userspace/scripts/Make_userspace_diff b/userspace/scripts/Make_userspace_diff index 9262465..d877954 100755 --- a/userspace/scripts/Make_userspace_diff +++ b/userspace/scripts/Make_userspace_diff @@ -1,9 +1,10 @@ #!/bin/bash # Used to make incremental diffs for ebtables userspace +# 31 July 2002, added mark match/target -export FROM=ebtables-v2.0pre6 -export TO=ebtables-v2.0pre7.001 -export FILE=ebtables-v2.0pre7.001.diff +export FROM=ebtables-v2.0pre10 +export TO=ebtables-v2.0-rc1.001 +export FILE=ebtables-v2.0-rc1.001.diff diff -urN $FROM/Makefile $TO/Makefile > $FILE diff -urN $FROM/ebtables.c $TO/ebtables.c >> $FILE @@ -18,6 +19,8 @@ diff -urN $FROM/extensions/ebt_log.c $TO/extensions/ebt_log.c >> $FILE diff -urN $FROM/extensions/ebt_standard.c $TO/extensions/ebt_standard.c >> $FILE diff -urN $FROM/extensions/ebtable_filter.c $TO/extensions/ebtable_filter.c >> $FILE diff -urN $FROM/extensions/ebtable_nat.c $TO/extensions/ebtable_nat.c >> $FILE +diff -urN $FROM/extensions/ebt_mark.c $TO/extensions/ebt_mark.c >> $FILE +diff -urN $FROM/extensions/ebt_mark_m.c $TO/extensions/ebt_mark_m.c >> $FILE diff -urN $FROM/extensions/Makefile $TO/extensions/Makefile >> $FILE diff -urN $FROM/COPYING $TO/COPYING >> $FILE diff -urN $FROM/THANKS $TO/THANKS >> $FILE -- cgit v1.2.3