You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the DVMRP generation id is stored in /var/run/mrouted/mrouted.genid. If mrouted is restarted this file is read and the value increased by one is used as the new generation id (and stored again). However, this file does not survive reboot. We should move to use /var/lib/mrouted.genid instead.
The text was updated successfully, but these errors were encountered:
Currently the DVMRP generation id is stored in
/var/run/mrouted/mrouted.genid
. If mrouted is restarted this file is read and the value increased by one is used as the new generation id (and stored again). However, this file does not survive reboot. We should move to use/var/lib/mrouted.genid
instead.The text was updated successfully, but these errors were encountered: