kohler / click

The Click modular router: fast modular packet processing and analysis
Other
748 stars 321 forks source link

output port out of range #342

Closed jose2007kj closed 7 years ago

jose2007kj commented 7 years ago

sir, i am getting the above message when trying the following code

in :: FromDevice(s2-eth1, SNIFFER false)
out :: Queue(200)-> ToDevice(s2-eth1)

rewrite :: IPRewriter(pattern - - 10.0.0.4 - 0 1);
in -> rewrite -> out;

i am trying to impliment a scenario like........i want to redirect traffic to a switch and perform ip-rewrite(to a working server) when one server is down.......where i am going wrong