(06-17-2016, 02:32 PM)longsleep Wrote: I just pushed a new awesome Kernel release. It updates to latest 3.10 stable tree and enables various modules as requested over the last couple of weeks. For details, see the first post of this thread.
Get 3.10.102-0-pine64-longsleep-7 from https://www.stdin.xyz/downloads/people/l...ges/linux/
For your next build, can you enable a couple more kernel config options? These look to be the only remaining* options preventing 'ip rule' family from functioning:
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_FIB_RULES=y
(* edited after validating )
root@p64:~# uname -a
Linux p64 3.10.102-hepcat #1 SMP PREEMPT Wed Jul 6 13:40:13 AKDT 2016 aarch64 aarch64 aarch64 GNU/Linux
root@p64:~# ip rule
0: from all lookup local
32766: from all lookup main
32767: from all lookup default
Thanks!