Rendered at 19:31:22 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
eqvinox 20 hours ago [-]
> “Throw” routes may be used for implementing policy-based routing. In non-default tables they stop the lookup process but don’t send ICMP error messages.
No - "throw" continues to the next "ip rule" entry that matches, i.e. throws the lookup to the next table. It's like "continue" in C-like languages.
Very poorly named.
sam_lowry_ 1 days ago [-]
iproute? nft all the way!
isailovic 1 days ago [-]
It is about iproute2, so not directly related to iptables/nftables.
No - "throw" continues to the next "ip rule" entry that matches, i.e. throws the lookup to the next table. It's like "continue" in C-like languages.
Very poorly named.