Add mtu facility to --ra-param.

This commit is contained in:
David Flamand
2017-04-11 11:49:54 +01:00
committed by Simon Kelley
parent 503c609149
commit 005c46d6f5
6 changed files with 44 additions and 20 deletions

View File

@@ -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;
};