]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
BSD: SIOCSRTRFLUSH_IN6 and SIOCSPFXFLUSH_IN6 require in6_ifreq
authorRoy Marples <roy@marples.name>
Sun, 16 Dec 2018 08:56:06 +0000 (08:56 +0000)
committerRoy Marples <roy@marples.name>
Sun, 16 Dec 2018 08:56:06 +0000 (08:56 +0000)
commit2dfea515c0d37df361aee97c2a70b7797d23360f
tree33b9f32890532aa728c5b86d406de718ab62a716
parenta70fad4bba016b2649461f81b53824ad0b1deee4
BSD: SIOCSRTRFLUSH_IN6 and SIOCSPFXFLUSH_IN6 require in6_ifreq

and not a character array of the interface name.
This only worked previously because the first member of in6_ifreq
is the interface name.
src/if-bsd.c