blob: 23608ab2c2f9a3e1042d71b42fbbdfd2e23046f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
:output;type filter hook output priority 0
*inet;test-inet;output
rt nexthop 192.168.0.1;fail
rt nexthop fd00::1;fail
meta nfproto ipv4 rt nexthop 192.168.0.1;ok;meta nfproto ipv4 rt ip nexthop 192.168.0.1
rt ip6 nexthop fd00::1;ok
# missing context
rt nexthop fd00::1;fail
# wrong context
rt ip nexthop fd00::1;fail
tcp option maxseg size set rt mtu;ok
|