diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-01 08:33:45 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-09-01 08:33:45 +0200 |
commit | 1e10c349d4cbce933e6d6373c9e011e053ec3b31 (patch) | |
tree | eb35ae0dc18c8b55850d104f0a958b4a483f279f /data/live-build-config/hooks/live/30-frr-configs.chroot | |
parent | 09d374d4cdd7439c27cb679eb737ac9b6dcda7fd (diff) | |
download | vyos-build-1e10c349d4cbce933e6d6373c9e011e053ec3b31.tar.gz vyos-build-1e10c349d4cbce933e6d6373c9e011e053ec3b31.zip |
frr: T5518: enable pim6d
Diffstat (limited to 'data/live-build-config/hooks/live/30-frr-configs.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/30-frr-configs.chroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/30-frr-configs.chroot b/data/live-build-config/hooks/live/30-frr-configs.chroot index d46c3c42..03b1af6c 100755 --- a/data/live-build-config/hooks/live/30-frr-configs.chroot +++ b/data/live-build-config/hooks/live/30-frr-configs.chroot @@ -20,6 +20,7 @@ ripd=yes ripngd=yes isisd=yes pimd=no +pim6d=yes ldpd=yes nhrpd=no eigrpd=yes @@ -38,6 +39,7 @@ ripd_options="--daemon -A 127.0.0.1 -M snmp" ripngd_options="--daemon -A ::1" isisd_options="--daemon -A 127.0.0.1 -M snmp" pimd_options="--daemon -A 127.0.0.1" +pim6d_options=""--daemon -A ::1" ldpd_options="--daemon -A 127.0.0.1" nhrpd_options="--daemon -A 127.0.0.1" mgmtd_options=" --daemon -A 127.0.0.1" |