Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 370793 | Differences between
and this patch

Collapse All | Expand All

(-)iproute2-2.6.38/tc/m_xt.c (-2 / +4 lines)
Lines 162-168 static int parse_ipt(struct action_util Link Here
162
					return -1;
162
					return -1;
163
				}
163
				}
164
				tcipt_globals.opts =
164
				tcipt_globals.opts =
165
				    xtables_merge_options(tcipt_globals.opts,
165
				    xtables_merge_options(tcipt_globals.orig_opts,
166
				                          tcipt_globals.opts,
166
				                          m->extra_opts,
167
				                          m->extra_opts,
167
				                          &m->option_offset);
168
				                          &m->option_offset);
168
			} else {
169
			} else {
Lines 307-313 print_ipt(struct action_util *au,FILE * Link Here
307
			}
308
			}
308
309
309
			tcipt_globals.opts =
310
			tcipt_globals.opts =
310
			    xtables_merge_options(tcipt_globals.opts,
311
			    xtables_merge_options(tcipt_globals.orig_opts,
312
			                          tcipt_globals.opts,
311
			                          m->extra_opts,
313
			                          m->extra_opts,
312
			                          &m->option_offset);
314
			                          &m->option_offset);
313
		} else {
315
		} else {

Return to bug 370793