mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Add mtu facility to --ra-param.
This commit is contained in:
committed by
Simon Kelley
parent
503c609149
commit
005c46d6f5
@@ -839,7 +839,7 @@ struct prefix_class {
|
||||
|
||||
struct ra_interface {
|
||||
char *name;
|
||||
int interval, lifetime, prio;
|
||||
int interval, lifetime, prio, mtu;
|
||||
struct ra_interface *next;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user