julian ff9e317817 Allow ipfw to forward to a destination that is specified by a table.
for example:
  fwd tablearg ip from any to table(1)
where table 1 has entries of the form:
1.1.1.0/24 10.2.3.4
208.23.2.0/24 router2

This allows trivial implementation of a secondary routing table implemented
in the firewall layer.

I expect more work (under discussion with Glebius) to follow this to clean
up some of the messy parts of ipfw related to tables.

Reviewed by:	Glebius
MFC after:	1 month
2006-08-17 22:49:50 +00:00
..
2005-10-21 16:23:01 +00:00
2005-08-26 15:27:18 +00:00
2006-01-21 10:44:34 +00:00
2006-03-20 21:44:12 +00:00
2006-07-06 13:25:01 +00:00