]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
BSD: Mark routes as static only from static config
authorRoy Marples <roy@marples.name>
Mon, 15 Jun 2020 08:49:34 +0000 (09:49 +0100)
committerRoy Marples <roy@marples.name>
Mon, 15 Jun 2020 08:49:34 +0000 (09:49 +0100)
commitdb2e7690c98a3e4c70c71ebfd48e16dc0949daaf
tree7201a5d18e0afbbe5a17e8b4055c8368012336d4
parent985013937decf0a80992b6f0c30fcd336fb9d597
BSD: Mark routes as static only from static config

Rather than if genered by an address.
This allows RA prefix routes without an address to be non static,
so you could derive whether a route came from something autoconf
or not.
src/if-bsd.c
src/if-sun.c