aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/neutron-network/templates/etc/xorp/config.boot
blob: 426a8fd1a2b20ce378d8e4c02ea43ec704921a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
interfaces {
    restore-original-config-on-shutdown: false
    interface {{ internal_nic }} {
        description: "Internal pNodes interface"
        disable: false
        default-system-config
    }
}

protocols {
    igmp {
        disable: false
        interface {{ internal_nic }} {
            vif {{ internal_nic }} {
                disable: false
                version: 3
            }
        }
        traceoptions {
            flag all {
                disable: false
            }
        }
    }
}