iproute Questions
5
Solved
I am using bash to get the IP address of my machine with that script:
_MyGW="$( ip route get 8.8.8.8 | awk 'N=3 {print $N}' )"
And now I am trying to get the Subnet Mask in this type:
192.168.1...
Lewison asked 15/10, 2015 at 13:41
1
Is it possible to share ebpf maps between different program types. I need to share a map between a tc-bpf program and a cgroup bpf program. This should be possible if the map is pinned to file syst...
Cartouche asked 18/10, 2019 at 17:28
0
TLDR: Is there a way to use "ip route" to add multicast routes for multiple NICs?
We have software that joins two sockets bound to different ip addresses on separate NICS to two separate multicas...
1
Solved
Trying to figure out how one can use iproute2 to manage static label-switched MPLS routes in Linux kernel 4.1.
I am aware iproute2 support for MPLS might be incomplete right now [2].
Can anyone...
Burlie asked 10/8, 2015 at 18:13
1
© 2022 - 2024 — McMap. All rights reserved.